[GitHub] [airflow] ashb commented on a change in pull request #16352: AIP-39: ``DagRun.data_interval_start`` and ``data_interval_end``

2021-07-28 Thread GitBox
ashb commented on a change in pull request #16352: URL: https://github.com/apache/airflow/pull/16352#discussion_r678343708 ## File path: airflow/models/dag.py ## @@ -112,6 +113,51 @@ def get_last_dagrun(dag_id, session, include_externally_triggered=False): return query.fi

[GitHub] [airflow] ashb commented on a change in pull request #16352: AIP-39: ``DagRun.data_interval_start`` and ``data_interval_end``

2021-08-05 Thread GitBox
ashb commented on a change in pull request #16352: URL: https://github.com/apache/airflow/pull/16352#discussion_r683362607 ## File path: airflow/www/views.py ## @@ -1602,7 +1602,7 @@ def trigger(self, session=None): 'airflow/trigger.html', dag_id=dag_id, or

[GitHub] [airflow] ashb commented on a change in pull request #16352: AIP-39: ``DagRun.data_interval_start`` and ``data_interval_end``

2021-08-05 Thread GitBox
ashb commented on a change in pull request #16352: URL: https://github.com/apache/airflow/pull/16352#discussion_r683364465 ## File path: docs/apache-airflow/macros-ref.rst ## @@ -83,6 +78,27 @@ VariableDescription

[GitHub] [airflow] ashb commented on a change in pull request #16352: AIP-39: ``DagRun.data_interval_start`` and ``data_interval_end``

2021-08-05 Thread GitBox
ashb commented on a change in pull request #16352: URL: https://github.com/apache/airflow/pull/16352#discussion_r683389711 ## File path: docs/apache-airflow/macros-ref.rst ## @@ -35,28 +35,23 @@ in all templates = =

[GitHub] [airflow] ashb commented on a change in pull request #16352: AIP-39: ``DagRun.data_interval_start`` and ``data_interval_end``

2021-08-05 Thread GitBox
ashb commented on a change in pull request #16352: URL: https://github.com/apache/airflow/pull/16352#discussion_r683390362 ## File path: docs/apache-airflow/macros-ref.rst ## @@ -35,28 +35,23 @@ in all templates = =

[GitHub] [airflow] ashb commented on a change in pull request #16352: AIP-39: ``DagRun.data_interval_start`` and ``data_interval_end``

2021-08-06 Thread GitBox
ashb commented on a change in pull request #16352: URL: https://github.com/apache/airflow/pull/16352#discussion_r684099331 ## File path: airflow/models/dag.py ## @@ -537,30 +540,31 @@ def next_dagrun_info( :param date_last_automated_dagrun: The ``max(execution_date)``