mnojek commented on a change in pull request #21382:
URL: https://github.com/apache/airflow/pull/21382#discussion_r807035302
##########
File path: docs/apache-airflow/dag-run.rst
##########
@@ -19,6 +19,26 @@ DAG Runs
=========
A DAG Run is an object representing an instantiation of the DAG in time.
+DAG Run Status
Review comment:
Please take a look and say what do you think about it now.
##########
File path: docs/apache-airflow/concepts/dags.rst
##########
@@ -363,6 +368,60 @@ However, this is just the default behaviour, and you can
control it using the ``
* ``none_skipped``: No upstream task is in a ``skipped`` state - that is, all
upstream tasks are in a ``success``, ``failed``, or ``upstream_failed`` state
* ``always``: No dependencies at all, run this task at any time
+.. note::
Review comment:
Please take a look and say what do you think about it now.
--
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]