You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/03/14 18:41:11 UTC

[airflow] branch main updated (4f6d24f -> c1ab8e2)

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

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


    from 4f6d24f  use different logger to avoid duplicate log entry (#22256)
     add c1ab8e2  Protect against accidental misuse of XCom.get_value() (#22244)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  7 ++++
 BREEZE.rst                                         | 26 +++++++-------
 STATIC_CODE_CHECKS.rst                             |  2 ++
 airflow/providers/amazon/aws/operators/emr.py      |  2 +-
 airflow/providers/dbt/cloud/operators/dbt.py       |  2 +-
 airflow/providers/google/cloud/links/base.py       |  2 +-
 airflow/providers/google/cloud/links/dataproc.py   |  4 +--
 .../providers/google/cloud/operators/bigquery.py   |  2 +-
 .../google/cloud/operators/dataproc_metastore.py   |  4 +--
 .../microsoft/azure/operators/data_factory.py      |  2 +-
 airflow/providers/qubole/operators/qubole.py       |  2 +-
 breeze-complete                                    |  1 +
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |  1 +
 .../howto/create-update-providers.rst              | 38 ++++++++++++++++++++
 ..._type.py => pre_commit_check_xcom_get_value.py} | 42 +++++++++++-----------
 15 files changed, 94 insertions(+), 43 deletions(-)
 copy scripts/ci/pre_commit/{pre_commit_docstring_param_type.py => pre_commit_check_xcom_get_value.py} (53%)