python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does airflow support the cloud-sql-python-connector for connecting to CloudSQL Postgres?
Airflow uses SQLAlchemy to connect to the DB: https://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html#database-uri
Google has official support for connecting to CloudSQL via t...

red888
Votes: 0
Answers: 1
Airflow: Convert one digit to two digit with execution_date
I am trying to convert my airflow date from one digit to two digit. At the moment when I use {{ execution_date.month }} my month becomes 1 but would like it to become 01.
I have tried with {{ executio...

Alex K
Votes: 0
Answers: 1
How to rename multiple hdfs file to some other file name with sequence number and then move it to another location
hdfs dfs -ls user/unknown_test_11
-rw-r--r-- 3 svcusprd hdfs 0 2022-01-20 08:14 user/unknown_test_11/_SUCCESS
-rw-r--r-- 3 svcusprd hdfs 727288997334 2022-01-20 08:14 user/unknown_test_...
cookie
Votes: 0
Answers: 1
Airflow wrong log_id format
I'm using Airflow v2.2.3 and apache-airflow-providers-elasticsearch==2.1.0, running in Kubernetes.
Our logs are automatically shipped to Elasticsearch v7.6.2.
I set the following configurations in Air...

ItayB
Votes: 0
Answers: 1