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

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


    from 3634738  Unable to trigger backfill or manual jobs with Kubernetes 
executor. (#14160)
     new 894c646  Restore base lineage backend (#14146)
     new cf3de8f  Add documentation create/update community providers (#15061)
     new dc9bf44  Fix url generation for TriggerDagRunOperatorLink (#14990)
     new cfeeb14  Fix password masking in CLI action_logging (#15143)
     new 315005b  BugFix: CLI 'kubernetes cleanup-pods' should only clean up 
Airflow-created Pods (#15204)
     new 7e28c97  Change default of `[kubernetes] enable_tcp_keepalive` to 
`True` (#15338)
     new 7b9f091  Fix missing on_load trigger for folder-based plugins (#15208)
     new ef876cf  Import Connection lazily in hooks to avoid cycles (#15361)

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/cli/cli_parser.py                          |   6 +-
 airflow/cli/commands/kubernetes_command.py         |  18 +-
 airflow/config_templates/config.yml                |   2 +-
 airflow/config_templates/default_airflow.cfg       |   2 +-
 airflow/hooks/base.py                              |  12 +-
 airflow/kubernetes/kube_client.py                  |   8 +-
 airflow/lineage/__init__.py                        |  22 ++
 airflow/lineage/backend.py                         |  47 ++++
 airflow/plugins_manager.py                         |  23 +-
 airflow/utils/cli.py                               |  20 +-
 airflow/utils/helpers.py                           |   4 +-
 .../howto/create-update-providers.rst              | 301 +++++++++++++++++++++
 docs/apache-airflow-providers/index.rst            |  14 +-
 docs/apache-airflow/lineage.rst                    |  21 ++
 tests/cli/commands/test_kubernetes_command.py      |  40 ++-
 tests/lineage/test_lineage.py                      |  49 +++-
 tests/plugins/test_plugin.py                       |   7 +
 tests/plugins/test_plugins_manager.py              |  49 ++++
 tests/utils/test_cli_util.py                       |  10 +
 tests/utils/test_helpers.py                        |  13 +-
 20 files changed, 624 insertions(+), 44 deletions(-)
 create mode 100644 airflow/lineage/backend.py
 create mode 100644 
docs/apache-airflow-providers/howto/create-update-providers.rst

Reply via email to