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)
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
BackFill individual Airflow TaskGroups
Looks like SubDagOperator is being deprecated in Airflow in favor of TaskGroups. Since TaskGroups are only a UI grouping concept and all tasks still belong to the same DAG, I think some functionalitie...
Raquel
Votes: 0
Answers: 0
Airflow DAG Dependencies / Orchestration between different workflows
My team is working orchestrating our data pipeline with Airflow. Since our pipeline steps are complex, we were thinking about having different DAGs / workflows, each defined on its own file. Each of t...
Raquel
Votes: 0
Answers: 0
How to add task list to existing DAG
I'm trying to automate the creation of batch pipelines from backend mySQLL to BiqQuery and I've ran into issue with my script.
It initialises a DAG with it's own class (DagCreator) and then passes it ...
mj8701
Votes: 0
Answers: 1