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)
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 does AWS install Airflow in their MWAA service
I have been using AWS MWAA for a while, but recently had some issues with conflicting packages. So I decided to investigate this a little further.
For this purpose:
I created an MWAA v2.0.2 instance ...
Ali Cirik
Votes: 0
Answers: 0
Amazon MWAA and s3 connection
I'm migrating from on premises airflow to amazon MWAA 2.0.2. Currently I'm using an s3 connection which contains the access key id and secret key for s3 operations:
{
"conn_id" = "s3_...
Nisman
Votes: 0
Answers: 2