ephraimbuddy commented on issue #27660: URL: https://github.com/apache/airflow/issues/27660#issuecomment-1319993474
From the [doc, task/dag policies](https://airflow.apache.org/docs/apache-airflow/stable/concepts/cluster-policies.html) runs at load time. ``` dag_policy: Takes a DAG parameter called dag. Runs at load time. task_policy: Takes a BaseOperator parameter called task. Runs at load time. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
