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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from 6e4f5fa  (commit)
      to 42c5975  (commit)
    from 6e4f5fa  [AIRFLOW-4568]The ExternalTaskSensor should be configurable 
to raise an Airflow Exception in case the poked external task reaches a 
disallowed state, such as f.i. failed (#8509)
     add b7566e1  Add SQL query tracking for pytest (#8754)
     add 58aefb2  Added SDFtoGCSOperator (#8740)
     add b37ce29  Patch Pool.DEFAULT_POOL_NAME in BaseOperator (#8587)
     add 2bd3e76  Support same short flags for `create user` as 1.10 did for 
`user_create` (#8763)
     add 09770e4  Add WorldRemit as Airflow user (#8786)
     add a091c1f  fix typing errors reported by dmypy (#8773)
     add 42c5975  Update example SingularityOperator DAG (#8790)

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   1 +
 TESTING.rst                                        |  30 ++++
 UPDATING.md                                        |  10 ++
 airflow/cli/cli_parser.py                          |  16 +-
 airflow/models/baseoperator.py                     |   4 +-
 airflow/plugins_manager.py                         |   2 +-
 .../providers/google/common/hooks/base_google.py   |  22 ++-
 .../example_dags/example_display_video.py          |  74 ++++++++--
 .../marketing_platform/hooks/display_video.py      |  67 ++++++++-
 .../marketing_platform/operators/display_video.py  | 163 ++++++++++++++++++++-
 .../marketing_platform/sensors/display_video.py    |  59 +++++++-
 .../example_dags/example_singularity_operator.py   |  59 ++++----
 docs/howto/operator/gcp/display_video.rst          |  55 +++++++
 scripts/perf/perf_kit/__init__.py                  |   2 +-
 scripts/perf/perf_kit/sqlalchemy.py                |  91 +++++++++---
 tests/conftest.py                                  |  70 +++++++++
 .../marketing_platform/hooks/test_display_video.py | 151 ++++++++++++++++++-
 .../operators/test_display_video.py                | 145 ++++++++++++++----
 .../operators/test_display_video_system.py         |  11 +-
 .../sensors/test_display_video.py                  |  25 +++-
 tests/serialization/test_dag_serialization.py      |   2 +
 21 files changed, 942 insertions(+), 117 deletions(-)

Reply via email to