This is an automated email from the ASF dual-hosted git repository.

weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 8dd900b6301 Set logical_date and data_interval to None for 
asset-triggered dags and forbid them to be accessed in context/template (#46460)
     add f50f1cea452 Change manual run data interval behavior based on 
logical_date  (#46512)

No new revisions were added by this update.

Summary of changes:
 airflow/api/common/trigger_dag.py                     |  2 +-
 airflow/api_connexion/endpoints/dag_run_endpoint.py   | 19 ++++++++++---------
 airflow/api_fastapi/core_api/datamodels/dag_run.py    |  2 --
 airflow/api_fastapi/core_api/routes/public/dag_run.py | 18 ++++++++----------
 airflow/cli/commands/remote_commands/task_command.py  | 16 +++++++++-------
 airflow/models/backfill.py                            |  2 +-
 airflow/models/dag.py                                 |  5 ++++-
 airflow/models/dagrun.py                              |  5 ++++-
 airflow/timetables/base.py                            |  7 +++++++
 airflow/www/views.py                                  |  9 +++++++--
 .../core_api/routes/public/test_dag_run.py            | 11 +++++++++--
 .../commands/remote_commands/test_asset_command.py    |  3 ++-
 .../cli/commands/remote_commands/test_dag_command.py  | 12 +++++-------
 .../cli/commands/remote_commands/test_task_command.py |  9 +++------
 tests/www/views/test_views_trigger_dag.py             | 12 ++++++++++++
 15 files changed, 82 insertions(+), 50 deletions(-)

Reply via email to