SHIVAM SRIVASTAVA
SHIVAM SRIVASTAVA
I did tried it on many Dags and it works fine for me. Dag doesn’t have `is_active` attribute. It is used only and only when the dag file is removed....
I will share it in few hours when I log back in. But as you said regarding dag_run_timeout, I haven't defined this in my dag as it is not a...
I am using this [DAG](https://airflow.apache.org/docs/apache-airflow/stable/tutorial.html#example-pipeline-definition) from the example on official Airflow website. Please visit [this link...](https://airflow.apache.org/docs/apache-airflow/stable/tutorial.html#example-pipeline-definition) ``` from datetime import timedelta from textwrap import dedent # The DAG object; we'll...