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

ash pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 5befc7f  Fix TaskDecorator type hints (#21881)
     add 08575dd  Change BaseOperatorLink interface to take a ti_key, not a 
datetime (#21798)

No new revisions were added by this update.

Summary of changes:
 UPDATING.md                                        |  10 ++
 .../api_connexion/endpoints/extra_link_endpoint.py |  18 +++-
 airflow/models/abstractoperator.py                 |  46 +++++---
 airflow/models/baseoperator.py                     |   8 +-
 airflow/models/xcom.py                             |  51 ++++++---
 airflow/operators/trigger_dagrun.py                |  21 ++--
 airflow/providers/amazon/aws/operators/emr.py      |  18 +++-
 airflow/providers/dbt/cloud/operators/dbt.py       |  12 ++-
 .../adls_list.py => google/cloud/links/base.py}    |  46 +++++---
 airflow/providers/google/cloud/links/dataflow.py   |  22 +---
 airflow/providers/google/cloud/links/dataproc.py   |  45 +++++---
 airflow/providers/google/cloud/links/vertex_ai.py  |  81 ++------------
 .../providers/google/cloud/operators/bigquery.py   |  18 +++-
 .../google/cloud/operators/cloud_composer.py       |  34 ++----
 .../providers/google/cloud/operators/datafusion.py |  62 ++---------
 .../google/cloud/operators/dataproc_metastore.py   |  47 +++++---
 airflow/providers/google/common/links/storage.py   |  23 +---
 .../microsoft/azure/operators/data_factory.py      |  25 +++--
 airflow/providers/qubole/operators/qubole.py       |  20 +++-
 airflow/www/views.py                               |  22 +++-
 docs/apache-airflow/howto/define_extra_link.rst    |  26 ++---
 docs/apache-airflow/plugins.rst                    |  34 +-----
 .../endpoints/test_extra_link_endpoint.py          |  16 ++-
 tests/models/test_xcom.py                          |  14 +--
 tests/operators/test_trigger_dagrun.py             |  24 +++--
 .../aws/operators/test_emr_create_job_flow.py      |   8 +-
 .../dbt/cloud/operators/test_dbt_cloud.py          |   2 +-
 .../google/cloud/operators/test_bigquery.py        |  19 ++--
 .../google/cloud/operators/test_dataproc.py        |  46 ++++----
 .../google/cloud/operators/test_mlengine.py        |   4 +-
 .../azure/operators/test_azure_data_factory.py     |   2 +-
 tests/providers/qubole/operators/test_qubole.py    |   8 +-
 tests/sensors/test_external_task_sensor.py         |   2 +-
 tests/serialization/test_dag_serialization.py      | 119 ++++++++-------------
 tests/test_utils/mock_operators.py                 |  16 +--
 tests/www/views/test_views_extra_links.py          |  47 ++++----
 36 files changed, 486 insertions(+), 530 deletions(-)
 copy airflow/providers/{microsoft/azure/operators/adls_list.py => 
google/cloud/links/base.py} (50%)

Reply via email to