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 397d912 (commit)
to 6d0dcd2 (commit)
from 397d912 Return nonzero exit codes on pool import errors. (#12095)
add 597717d update broken link to cli-and-env-variables-ref (#12540)
add 9eb92e7 Support installing providers with no dependencies via extras
(#12497)
add 0d796e7 Fix line breaks in CeleryKubernetesExecutor docs (#12538)
add f2569de Add example DAGs to provider docs (#12528)
add ef4af21 Move providers docs to separate package + Spell-check in a
common job with docs-build (#12527)
add 919e1d8 Fix sed command on MacOS (#12549)
add de15aa3 Deprecate Read the Docs (#12541)
add ff990f2 Add capability to specify gunicorn access log format (#10261)
add ed09915 [AIRFLOW-5115] Bugfix for S3KeySensor failing to accept
template_fields (#12389)
add 8e1a6e1 Fix build on RTD (#12551)
add c133df8 Troubleshooting moved to the installation page (#12533)
add c02a3f5 Spark-on-k8s sensor logs - properly pass defined namespace to
pod log call (#11199)
add ef0e34d Fix use of `a` vs `an` (#12542)
add dd3a8df Move doc around Manual Trigger Visual diff to Tree View page
(#12565)
add 753f53f Housekeeping for www/security.py (#12516)
add 47bc530 Add MTsolutions to companies using Airflow (#12566)
add c33d86f Quarantine test_cli_webserver_background (#12570)
add 2846e03 add Vestiaire Collective to INTHEWILD.md (#12572)
add f6ba8b5 Doc Fix around Secret/Connection/Variable (#12571)
add 01ff088 Fix Dag Serialization crash caused by preset DagContext
(#12530)
add 6d0dcd2 Use html urls instead of onclick for dags view links. (#12539)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 23 +-
.pre-commit-config.yaml | 1 +
.readthedocs.yml | 2 +
CHANGELOG.txt | 22 +-
CONTRIBUTING.rst | 15 +-
IMAGES.rst | 2 +-
INSTALL | 15 +-
INTHEWILD.md | 2 +
README.md | 4 +-
airflow/api_connexion/exceptions.py | 5 +-
airflow/api_connexion/openapi/v1.yaml | 2 +-
airflow/cli/cli_parser.py | 10 +-
airflow/cli/commands/webserver_command.py | 6 +
airflow/config_templates/config.yml | 9 +
airflow/config_templates/default_airflow.cfg | 5 +
airflow/models/baseoperator.py | 8 +
airflow/providers/amazon/aws/sensors/s3_key.py | 31 +--
.../cncf/kubernetes/sensors/spark_kubernetes.py | 15 +-
.../dingding/example_dags/example_dingding.py | 6 +-
airflow/providers/snowflake/provider.yaml | 2 +-
airflow/providers/yandex/provider.yaml | 6 +-
airflow/secrets/base_secrets.py | 5 +-
airflow/secrets/environment_variables.py | 3 +-
airflow/secrets/metastore.py | 3 +-
airflow/utils/docs.py | 4 +-
airflow/www/security.py | 18 +-
airflow/www/templates/airflow/dags.html | 28 +--
dev/README_RELEASE_AIRFLOW.md | 4 +-
docs/apache-airflow-providers-amazon/index.rst | 6 +
.../index.rst | 6 +
.../apache-airflow-providers-apache-hive/index.rst | 6 +
.../index.rst | 6 +
.../apache-airflow-providers-apache-livy/index.rst | 6 +
docs/apache-airflow-providers-apache-pig/index.rst | 6 +
.../index.rst | 6 +
.../index.rst | 6 +
docs/apache-airflow-providers-databricks/index.rst | 6 +
docs/apache-airflow-providers-dingding/index.rst | 6 +
docs/apache-airflow-providers-docker/index.rst | 6 +
.../example-dags.rst} | 17 +-
docs/apache-airflow-providers-google/index.rst | 6 +
docs/apache-airflow-providers-http/index.rst | 6 +
docs/apache-airflow-providers-jdbc/index.rst | 6 +
docs/apache-airflow-providers-jenkins/index.rst | 6 +
.../index.rst | 6 +
.../index.rst | 6 +
docs/apache-airflow-providers-mysql/index.rst | 6 +
docs/apache-airflow-providers-papermill/index.rst | 6 +
docs/apache-airflow-providers-plexus/index.rst | 6 +
docs/apache-airflow-providers-qubole/index.rst | 6 +
docs/apache-airflow-providers-salesforce/index.rst | 6 +
.../apache-airflow-providers-singularity/index.rst | 6 +
docs/apache-airflow-providers-snowflake/index.rst | 6 +
docs/apache-airflow-providers-yandex/index.rst | 6 +
.../index.rst} | 11 +
.../operators-and-hooks-ref/apache.rst} | 36 ++-
.../operators-and-hooks-ref/aws.rst} | 35 ++-
.../operators-and-hooks-ref/azure.rst} | 36 ++-
.../operators-and-hooks-ref/google.rst | 83 +++++++
.../operators-and-hooks-ref}/index.rst | 10 +-
.../operators-and-hooks-ref/protocol.rst} | 24 +-
.../operators-and-hooks-ref/services.rst} | 24 +-
.../operators-and-hooks-ref/software.rst} | 24 +-
.../packages-ref.rst} | 2 +-
docs/build_docs.py | 51 +++-
docs/concepts.rst | 16 +-
docs/conf.py | 32 ++-
docs/dag-run.rst | 2 +-
docs/executor/celery_kubernetes.rst | 2 +-
docs/extra-packages-ref.rst | 36 ++-
docs/exts/airflow_intersphinx.py | 19 +-
.../exts/docs_build/dev_index_template.html.jinja2 | 2 +-
docs/faq.rst | 26 --
docs/howto/connection/azure.rst | 2 +-
docs/howto/connection/index.rst | 2 +
docs/howto/initialize-database.rst | 4 +-
docs/howto/operator/amazon/aws/emr.rst | 2 +-
.../microsoft/transfer/blob_storage_to_gcs.rst | 2 +-
docs/howto/variable.rst | 2 +-
docs/index.rst | 2 -
docs/installation.rst | 37 ++-
docs/logging-monitoring/logging-tasks.rst | 2 +-
docs/operators-and-hooks-ref.rst | 263 +--------------------
docs/rest-api-ref.rst | 4 +-
docs/rtd-deprecation/404.html | 27 +++
.../__init__.py => docs/rtd-deprecation/conf.py | 5 +-
.../index.rst | 14 +-
docs/spelling_wordlist.txt | 2 +
docs/tutorial.rst | 2 +-
docs/ui.rst | 9 +
.../pre_commit_check_setup_extra_packages_ref.py | 5 +-
scripts/ci/pre_commit/pre_commit_sync_version.sh | 3 +-
setup.py | 30 ++-
tests/cli/commands/test_webserver_command.py | 54 +++++
tests/providers/amazon/aws/sensors/test_s3_key.py | 47 +++-
.../kubernetes/sensors/test_spark_kubernetes.py | 4 +-
tests/providers/dingding/hooks/test_dingding.py | 6 +-
tests/serialization/test_dag_serialization.py | 7 +-
tests/utils/test_docs.py | 14 +-
99 files changed, 860 insertions(+), 585 deletions(-)
copy docs/{apache-airflow-providers-apache-cassandra/index.rst =>
apache-airflow-providers-google/example-dags.rst} (52%)
rename docs/{provider-packages.rst => apache-airflow-providers/index.rst} (98%)
copy docs/{howto/add-dag-tags.rst =>
apache-airflow-providers/operators-and-hooks-ref/apache.rst} (56%)
copy docs/{howto/add-dag-tags.rst =>
apache-airflow-providers/operators-and-hooks-ref/aws.rst} (57%)
copy docs/{howto/add-dag-tags.rst =>
apache-airflow-providers/operators-and-hooks-ref/azure.rst} (55%)
create mode 100644
docs/apache-airflow-providers/operators-and-hooks-ref/google.rst
copy docs/{apache-airflow-providers-google/operators/transfer =>
apache-airflow-providers/operators-and-hooks-ref}/index.rst (91%)
copy docs/{apache-airflow-providers-google/operators/cloud/index.rst =>
apache-airflow-providers/operators-and-hooks-ref/protocol.rst} (63%)
copy docs/{howto/operator/amazon/aws/_partials/prerequisite_tasks.rst =>
apache-airflow-providers/operators-and-hooks-ref/services.rst} (65%)
copy docs/{apache-airflow-providers-google/operators/cloud/index.rst =>
apache-airflow-providers/operators-and-hooks-ref/software.rst} (66%)
rename docs/{provider-packages-ref.rst =>
apache-airflow-providers/packages-ref.rst} (95%)
create mode 100644 docs/rtd-deprecation/404.html
copy tests/task/__init__.py => docs/rtd-deprecation/conf.py (93%)
copy docs/{apache-airflow-providers-apache-hdfs => rtd-deprecation}/index.rst
(74%)