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 0aea648  (commit)
      to ac3bd8a  (commit)
    from 0aea648  Skip one version of Python for each test.
     add 8b94ace  Add read-only endpoints for DAG Model (#9045)
     add 13a827d  Ensure Kerberos token is valid in SparkSubmitOperator before 
running `yarn kill` (#9044)
     add b230566  Update example DAG for AI Platform operators (#9727)
     add 8517af6  Fix warning about incompatible plugins (#9704)
     add 66c8af1  Update local_task_job.py (#9746)
     add 070e3c3  Tests are working for newly added backport providers (#9739)
     add dcdc7c1  Pre-create Celery db result tables before running Celery 
worker (#9719)
     add ac3bd8a  Support extra config options for Sentry (#8911)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   2 +-
 airflow/api_connexion/endpoints/dag_endpoint.py    |  35 ++++--
 airflow/api_connexion/schemas/dag_schema.py        |   1 +
 airflow/cli/commands/celery_command.py             |  17 +++
 airflow/config_templates/config.yml                |   6 +-
 airflow/config_templates/default_airflow.cfg       |   6 +-
 airflow/jobs/local_task_job.py                     |   2 +-
 airflow/plugins_manager.py                         |   2 +-
 .../providers/apache/spark/hooks/spark_submit.py   |  16 ++-
 .../google/cloud/example_dags/example_mlengine.py  |  35 +++---
 airflow/security/kerberos.py                       |  16 ++-
 airflow/sentry.py                                  |  26 ++++-
 backport_packages/setup_backport_packages.py       |  81 +++++++------
 docs/errors.rst                                    |   3 +
 tests/api_connexion/endpoints/test_dag_endpoint.py | 130 ++++++++++++++++++++-
 tests/cli/commands/test_celery_command.py          |   3 +
 tests/plugins/test_plugins_manager.py              | 112 ++++++++++++------
 .../apache/spark/hooks/test_spark_submit.py        |  23 +++-
 18 files changed, 393 insertions(+), 123 deletions(-)

Reply via email to