|
- How to create a conditional task in Airflow - Stack Overflow
I would like to create a conditional task in Airflow as described in the schema below The expected scenario is the following: Task 1 executes If Task 1 succeed, then execute Task 2a Else If Task 1
- Setup task in airflow DAG - Stack Overflow
There's an Airflow container, using that repo as its DAGs source How can I, as efficiently as possible, run one-time task that runs after the very first successful DagRun of each generated one (kind of setup task for that DAG)?
- First time login to Apache Airflow asks for username and password, what . . .
78 I've just installed Apache Airflow, and I'm launching the webserver for the first time, and it asks me for username and password, I haven't set any username or password Can you let me know what is the default username and password for airflow?
- How to define a timeout for Apache Airflow DAGs?
I'm using Airflow 1 10 2 but Airflow seems to ignore the timeout I've set for the DAG I'm setting a timeout period for the DAG using the dagrun_timeout parameter (e g 20 seconds) and I've got a task which takes 2 mins to run, but Airflow marks the DAG as successful!
- airflow - Run DAG at specific time each day - Stack Overflow
I've read multiple examples about schedule_interval, start_date and the Airflow docs multiple times aswell, and I still can't wrap my head around: How do I get to execute my DAG at a specific time each day?
- How to enable test connection button in Airflow in v2. 7. 1
How to enable test connection button in Airflow in v2 7 1 Asked 1 year, 5 months ago Modified 1 year, 3 months ago Viewed 7k times
- How to Trigger a DAG on the success of a another DAG in Airflow using . . .
I have a python DAG Parent Job and DAG Child Job The tasks in the Child Job should be triggered on the successful completion of the Parent Job tasks which are run daily How can add external job t
- Accessing configuration parameters passed to Airflow through CLI
I am trying to pass the following configuration parameters to Airflow CLI while triggering a dag run Following is the trigger_dag command I am using airflow trigger_dag -c '{"account_list":"[1
|
|
|