potiuk commented on code in PR #36513: URL: https://github.com/apache/airflow/pull/36513#discussion_r1440793892
########## docs/apache-airflow/core-concepts/overview.rst: ########## @@ -18,49 +18,151 @@ Architecture Overview ===================== -Airflow is a platform that lets you build and run *workflows*. A workflow is represented as a :doc:`DAG <dags>` (a Directed Acyclic Graph), and contains individual pieces of work called :doc:`tasks`, arranged with dependencies and data flows taken into account. +Airflow is a platform that lets you build and run *workflows*. A workflow is represented as a +:doc:`DAG <dags>` (a Directed Acyclic Graph), and contains individual pieces of work called +:doc:`tasks`, arranged with dependencies and data flows taken into account. .. image:: ../img/edge_label_example.png :alt: An example Airflow DAG, rendered in Graph -A DAG specifies the dependencies between Tasks, and the order in which to execute them and run retries; the Tasks themselves describe what to do, be it fetching data, running analysis, triggering other systems, or more. +A DAG specifies the dependencies between Tasks, and the order in which to execute them and run retries; +the Tasks themselves describe what to do, be it fetching data, running analysis, triggering other systems, +or more. -An Airflow installation generally consists of the following components: +Airflow components +------------------ Review Comment: Agree. Nice description! -- 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]
