You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/08/22 14:01:43 UTC

[airflow] branch main updated (93cd12747b -> 5a667e7d27)

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

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


    from 93cd12747b Fix type annotations in SkipMixin (#25864)
     add 5a667e7d27 More DAG(schedule=...) improvements (#25648)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                              |  49 +++++++++------------
 airflow/serialization/schema.json                  |  11 ++---
 airflow/serialization/serialized_objects.py        |  25 +++++------
 tests/dags/test_zip_invalid_cron.zip               | Bin 1513 -> 0 bytes
 tests/jobs/test_scheduler_job.py                   |   1 -
 tests/models/test_dagbag.py                        |  39 +++++++++-------
 tests/serialization/test_dag_serialization.py      |   1 +
 .../providers/amazon/aws/example_emr_serverless.py |   1 -
 .../providers/amazon/aws/example_local_to_s3.py    |   1 -
 .../google/cloud/dataform/example_dataform.py      |   1 -
 10 files changed, 59 insertions(+), 70 deletions(-)
 delete mode 100644 tests/dags/test_zip_invalid_cron.zip