This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cd7b62b804c clean token and redirect to login (#47824)
add e3b3a4856e3 Allow using dag decorator without arguments (#47831)
No new revisions were added by this update.
Summary of changes:
.../example_dags/example_simplest_dag.py | 16 ++--
scripts/ci/pre_commit/sync_init_decorator.py | 3 +-
task-sdk/src/airflow/sdk/definitions/dag.py | 99 ++++++++++++----------
task-sdk/tests/task_sdk/dags/super_basic.py | 2 +-
.../task_sdk/dags/super_basic_deferred_run.py | 2 +-
task-sdk/tests/task_sdk/definitions/test_dag.py | 9 ++
6 files changed, 78 insertions(+), 53 deletions(-)
copy docker_tests/conftest.py => airflow/example_dags/example_simplest_dag.py
(78%)