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

ephraimanierobi pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 6f0cb81f17 Added --integration flag to "standard" set of flags for 
testing command (#28261)
     add 290f58bb9d Add automated version replacement in example dag indexes 
(#28090)
     add 3efa6d3019 Make secret rendering test more resilient to implementation 
details (#28673)
     add 6b756c80dd Add Public Interface description to Airflow documentation 
(#28300)

No new revisions were added by this update.

Summary of changes:
 .../airflow_helmchart_bug_report.yml               |   2 +-
 .pre-commit-config.yaml                            |  13 +
 STATIC_CODE_CHECKS.rst                             | 406 +++++++++++----------
 airflow/decorators/__init__.pyi                    |   2 +-
 airflow/decorators/branch_python.py                |   2 +-
 airflow/decorators/sensor.py                       |   2 +
 airflow/triggers/base.py                           |   2 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   1 +
 dev/example_dags/update_example_dags_paths.py      |  24 +-
 docs/apache-airflow-providers-airbyte/index.rst    |   2 +-
 docs/apache-airflow-providers-alibaba/index.rst    |   2 +-
 .../example-dags.rst                               |   4 +-
 .../operators/athena.rst                           |   2 +-
 .../apache-airflow-providers-apache-beam/index.rst |   2 +-
 .../index.rst                                      |   2 +-
 .../index.rst                                      |   2 +-
 .../index.rst                                      |   2 +-
 .../apache-airflow-providers-apache-hive/index.rst |   2 +-
 .../index.rst                                      |   2 +-
 .../apache-airflow-providers-apache-livy/index.rst |   2 +-
 docs/apache-airflow-providers-apache-pig/index.rst |   2 +-
 .../index.rst                                      |   2 +-
 docs/apache-airflow-providers-arangodb/index.rst   |   2 +-
 docs/apache-airflow-providers-asana/index.rst      |   2 +-
 .../index.rst                                      |   2 +-
 docs/apache-airflow-providers-common-sql/index.rst |   2 +-
 docs/apache-airflow-providers-databricks/index.rst |   2 +-
 docs/apache-airflow-providers-dbt-cloud/index.rst  |   2 +-
 docs/apache-airflow-providers-dingding/index.rst   |   2 +-
 docs/apache-airflow-providers-docker/index.rst     |   2 +-
 .../index.rst                                      |   2 +-
 docs/apache-airflow-providers-github/index.rst     |   2 +-
 .../example-dags.rst                               |  14 +-
 .../operators/cloud/index.rst                      |   2 +-
 docs/apache-airflow-providers-http/index.rst       |   2 +-
 docs/apache-airflow-providers-influxdb/index.rst   |   2 +-
 docs/apache-airflow-providers-jdbc/index.rst       |   2 +-
 docs/apache-airflow-providers-jenkins/index.rst    |   2 +-
 .../index.rst                                      |   2 +-
 .../index.rst                                      |   2 +-
 .../index.rst                                      |   2 +-
 docs/apache-airflow-providers-mysql/index.rst      |   2 +-
 docs/apache-airflow-providers-neo4j/index.rst      |   2 +-
 docs/apache-airflow-providers-opsgenie/index.rst   |   2 +-
 docs/apache-airflow-providers-papermill/index.rst  |   2 +-
 docs/apache-airflow-providers-plexus/index.rst     |   2 +-
 docs/apache-airflow-providers-postgres/index.rst   |   2 +-
 docs/apache-airflow-providers-presto/index.rst     |   2 +-
 docs/apache-airflow-providers-qubole/index.rst     |   2 +-
 .../operators/index.rst                            |   2 +-
 docs/apache-airflow-providers-salesforce/index.rst |   2 +-
 .../apache-airflow-providers-singularity/index.rst |   2 +-
 docs/apache-airflow-providers-slack/index.rst      |   2 +-
 docs/apache-airflow-providers-snowflake/index.rst  |   2 +-
 docs/apache-airflow-providers-sqlite/index.rst     |   2 +-
 docs/apache-airflow-providers-tableau/index.rst    |   2 +-
 docs/apache-airflow-providers-tabular/index.rst    |   2 +-
 docs/apache-airflow-providers-telegram/index.rst   |   2 +-
 docs/apache-airflow-providers-trino/index.rst      |   2 +-
 docs/apache-airflow-providers-yandex/index.rst     |   2 +-
 docs/apache-airflow-providers-yandex/operators.rst |   2 +-
 docs/apache-airflow-providers-zendesk/index.rst    |   2 +-
 .../core-extensions/extra-links.rst                |   2 +-
 docs/apache-airflow-providers/index.rst            |   2 +-
 .../authoring-and-scheduling/plugins.rst           |   2 +-
 docs/apache-airflow/howto/custom-operator.rst      |   2 +-
 ...define_extra_link.rst => define-extra-link.rst} |   0
 docs/apache-airflow/howto/index.rst                |   2 +-
 docs/apache-airflow/howto/operator/index.rst       |   4 +-
 docs/apache-airflow/index.rst                      |   9 +-
 docs/apache-airflow/public-airflow-interface.rst   | 369 +++++++++++++++++++
 docs/apache-airflow/python-api-ref.rst             | 175 ---------
 docs/apache-airflow/redirects.txt                  |   8 +-
 docs/conf.py                                       |  19 +-
 ... => extra_provider_files_with_substitutions.py} |  28 +-
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output-commands.svg                  | 204 +++++------
 images/breeze/output_static-checks.svg             |  48 ++-
 tests/www/views/test_views_rendered.py             |   9 +-
 79 files changed, 837 insertions(+), 622 deletions(-)
 rename docs/apache-airflow/howto/{define_extra_link.rst => 
define-extra-link.rst} (100%)
 create mode 100644 docs/apache-airflow/public-airflow-interface.rst
 delete mode 100644 docs/apache-airflow/python-api-ref.rst
 copy docs/exts/{extra_files_with_substitutions.py => 
extra_provider_files_with_substitutions.py} (54%)

Reply via email to