python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"catchup=False" is not working in Apache Airflow 2.2.2 | AWS MWAA
As I got to know from Airflow documentation that Airflow runs jobs at the end of an interval, not the beginning. This means that the first run of your job is going to be after the first interval. Howe...
Nilesh Bonde
Votes: 0
Answers: 0
Does Airflow with multiple Schedulers and LocalExecutor provide a complete solution for horizontal scale up?
Are airflow tasks processed by local workers that reside in the Scheduler component when using LocalExecutor?
So if in practice, it's possible to set Schedulers to perform tasks by their own local wor...
Eyal Holzmann
Votes: 0
Answers: 1
Changing timezone triggers DAG's last execution again
I have an issue managing the Timezones, I know that Airflow runs with UTC Timezone, I live in Santiago/Chile and I need the Dag's to work with the local time zone.
In order to manage this I changed th...
cgallegu
Votes: 0
Answers: 0
Airflow 2.2.3 - latency between tasks changes, tasks stay in queue too long [Cloud Composer]
We are using Cloud Composer in GCP (managed Airflow on a Kubernetes cluster) for scheduling our ETL pipelines.
Our DAGs (200-300) are dynamic, meaning all of them are generated by a single generator D...
Robert
Votes: 0
Answers: 2