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 f107338  (commit)
      to 427257c  (commit)
    from f107338  Add support for spark python and submit tasks in Databricks 
operator(#8846)
     add e742ef7  Fix typo in test_project_structure (#8978)
     add 4d67704  Remove duplicate line from CONTRIBUTING.rst (#8981)
     add db70da2  Flush pending Sentry exceptions before exiting (#7232)
     add cf5cf45  Support YAML input for CloudBuildCreateOperator (#8808)
     add bdb8369  Add secrets to test_deprecated_packages (#8979)
     add f3456b1  Fix formatting code block in TESTING.rst (#8985)
     add f946f96  Old json boto compat removed from dynamodb_to_s3 operator 
(#8987)
     add 1d36b03  Fix references in docs (#8984)
     add 971cae3  Fix migration message (#8988)
     add 427257c  Remove defunct code from setup.py (#8982)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   |  1 -
 TESTING.rst                                        | 24 +++++++--------
 airflow/hooks/dbapi_hook.py                        |  8 ++---
 airflow/macros/__init__.py                         |  4 +--
 airflow/macros/hive.py                             |  2 +-
 .../b3b105409875_add_root_dag_id_to_dag.py         |  2 ++
 airflow/models/dag.py                              |  2 +-
 airflow/operators/bash.py                          |  2 +-
 airflow/providers/amazon/aws/hooks/datasync.py     |  2 +-
 airflow/providers/amazon/aws/hooks/sagemaker.py    |  4 +--
 airflow/providers/amazon/aws/hooks/sqs.py          |  4 +--
 .../amazon/aws/operators/dynamodb_to_s3.py         |  4 +--
 ...tes_operator.py => example_spark_kubernetes.py} |  2 +-
 ...yaml => example_spark_kubernetes_spark_pi.yaml} |  0
 .../cncf/kubernetes/operators/kubernetes_pod.py    |  2 +-
 airflow/providers/exasol/hooks/exasol.py           |  8 ++---
 airflow/providers/exasol/operators/exasol.py       |  2 +-
 .../cloud/example_dags/example_cloud_build.py      | 10 +++++++
 .../cloud/example_dags/example_cloud_build.yaml}   |  5 ++--
 .../providers/google/cloud/hooks/cloud_build.py    |  2 +-
 .../google/cloud/hooks/natural_language.py         | 10 +++----
 airflow/providers/google/cloud/hooks/tasks.py      |  8 ++---
 airflow/providers/google/cloud/hooks/vision.py     | 32 ++++++++++----------
 airflow/providers/google/cloud/operators/automl.py |  2 +-
 .../providers/google/cloud/operators/bigtable.py   |  4 +--
 .../google/cloud/operators/cloud_build.py          | 35 +++++++++++++++++-----
 .../providers/google/cloud/operators/cloud_sql.py  |  2 +-
 .../providers/google/cloud/operators/dataproc.py   |  2 +-
 .../google/cloud/operators/kubernetes_engine.py    | 10 -------
 airflow/providers/google/cloud/operators/tasks.py  |  8 ++---
 airflow/providers/google/cloud/sensors/pubsub.py   |  4 +--
 .../google/cloud/utils/credentials_provider.py     |  6 ++--
 airflow/providers/imap/hooks/imap.py               |  2 +-
 airflow/providers/jdbc/operators/jdbc.py           |  2 +-
 .../providers/microsoft/mssql/operators/mssql.py   |  2 +-
 airflow/providers/mysql/operators/mysql.py         |  2 +-
 airflow/providers/oracle/operators/oracle.py       |  2 +-
 airflow/providers/pagerduty/hooks/pagerduty.py     |  2 +-
 airflow/providers/postgres/operators/postgres.py   |  2 +-
 airflow/providers/qubole/sensors/qubole.py         |  4 +--
 airflow/providers/salesforce/hooks/salesforce.py   | 10 +++----
 ...gularity_operator.py => example_singularity.py} |  0
 airflow/providers/slack/hooks/slack.py             | 11 ++-----
 airflow/providers/snowflake/operators/snowflake.py |  2 +-
 airflow/providers/sqlite/operators/sqlite.py       |  2 +-
 .../yandex/operators/yandexcloud_dataproc.py       |  2 +-
 airflow/sensors/sql_sensor.py                      |  2 +-
 airflow/sentry.py                                  |  9 ++++++
 airflow/task/task_runner/standard_task_runner.py   |  9 ++++--
 docs/best-practices.rst                            |  2 +-
 docs/build                                         | 29 ++++++++++++++----
 docs/concepts.rst                                  |  4 +--
 docs/conf.py                                       |  7 +++--
 docs/executor/celery.rst                           |  2 +-
 docs/executor/debug.rst                            |  2 +-
 docs/exts/docroles.py                              |  2 +-
 docs/howto/connection/gcp_sql.rst                  | 10 +++----
 docs/howto/connection/index.rst                    |  4 +--
 docs/howto/connection/mysql.rst                    |  2 +-
 docs/howto/connection/oracle.rst                   |  2 +-
 docs/howto/connection/postgres.rst                 |  2 +-
 docs/howto/connection/ssh.rst                      |  6 ++--
 docs/howto/custom-operator.rst                     |  4 +--
 docs/howto/define_extra_link.rst                   |  2 +-
 docs/howto/operator/amazon/aws/datasync.rst        |  2 +-
 docs/howto/operator/amazon/aws/emr.rst             |  2 +-
 docs/howto/operator/dingding.rst                   |  2 +-
 docs/howto/operator/gcp/cloud_build.rst            |  9 ++++++
 docs/howto/operator/gcp/cloud_sql.rst              |  4 +--
 docs/howto/operator/gcp/gcs.rst                    |  2 +-
 docs/howto/operator/gcp/presto_to_gcs.rst          |  4 +--
 docs/howto/operator/gcp/sheets.rst                 |  2 +-
 docs/howto/operator/gcp/vision.rst                 | 20 ++++++-------
 docs/howto/operator/papermill.rst                  |  2 +-
 docs/howto/run-with-systemd.rst                    |  2 +-
 docs/howto/set-config.rst                          |  2 +-
 docs/howto/write-logs.rst                          |  4 +--
 docs/operators-and-hooks-ref.rst                   | 12 ++++----
 requirements/requirements-python3.6.txt            | 20 ++++++-------
 requirements/requirements-python3.7.txt            | 16 +++++-----
 requirements/setup-3.6.md5                         |  2 +-
 requirements/setup-3.7.md5                         |  2 +-
 scripts/perf/perf_kit/__init__.py                  |  4 +--
 setup.py                                           |  5 ----
 .../amazon/aws/operators/test_dynamodb_to_s3.py    |  4 +--
 .../google/cloud/operators/test_cloud_build.py     | 31 +++++++++++++++++++
 tests/providers/slack/hooks/test_slack.py          | 30 ++-----------------
 tests/test_impersonation.py                        |  6 ++--
 tests/test_project_structure.py                    |  4 +--
 tests/test_utils/gcp_system_helpers.py             |  2 +-
 90 files changed, 304 insertions(+), 249 deletions(-)
 rename 
airflow/providers/cncf/kubernetes/example_dags/{example_spark_kubernetes_operator.py
 => example_spark_kubernetes.py} (97%)
 rename 
airflow/providers/cncf/kubernetes/example_dags/{example_spark_kubernetes_operator_spark_pi.yaml
 => example_spark_kubernetes_spark_pi.yaml} (100%)
 copy airflow/{serialization/__init__.py => 
providers/google/cloud/example_dags/example_cloud_build.yaml} (91%)
 rename 
airflow/providers/singularity/example_dags/{example_singularity_operator.py => 
example_singularity.py} (100%)

Reply via email to