dstandish commented on code in PR #46875:
URL: https://github.com/apache/airflow/pull/46875#discussion_r1960787978


##########
docs/apache-airflow/core-concepts/dags.rst:
##########
@@ -20,7 +20,15 @@
 DAGs
 ====
 
-A *DAG* (Directed Acyclic Graph) is the core concept of Airflow, collecting 
:doc:`tasks` together, organized with dependencies and relationships to say how 
they should run.
+A *DAG* is the core concept of Airflow. A DAG is a model that encapsulates 
everything needed to execute a workflow:

Review Comment:
   ```suggestion
   A dag is essentially a workflow, a collection of tasks that can run on a 
schedule or be triggered manually, etc.  Some dag attributes:
   ```



-- 
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]

Reply via email to