GitHub user enchant3dmango added a comment to the discussion: DAG Tasks Creation
Check [this](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/tasks.html#task-instances) out. _Much in the same way that a DAG is instantiated into a [DAG Run](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dags.html#concepts-dag-run) each time it runs, the tasks under a DAG are instantiated into Task Instances._ GitHub link: https://github.com/apache/airflow/discussions/49502#discussioncomment-12954388 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
