You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/08/30 08:50:02 UTC

[airflow] branch main updated (6a615ee477 -> 1d06374194)

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

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


    from 6a615ee477 Fix wrong deprecation warning for `S3ToSnowflakeOperator` (#26047)
     add 1d06374194 Hook into Mypy to get rid of those cast() (#26023)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  9 +++
 airflow/mypy/plugin/outputs.py                     | 76 ++++++++++++++++++++++
 .../amazon/aws/example_dags/example_ecs.py         |  3 +-
 .../amazon/aws/example_dags/example_emr.py         |  3 +-
 .../cloud/example_dags/example_datafusion.py       |  3 +-
 .../google/cloud/example_dags/example_looker.py    |  3 +-
 .../google/cloud/example_dags/example_vision.py    |  5 +-
 setup.cfg                                          | 10 ++-
 .../airbyte/example_airbyte_trigger_job.py         |  3 +-
 .../system/providers/amazon/aws/example_athena.py  |  3 +-
 tests/system/providers/amazon/aws/example_batch.py |  3 +-
 .../providers/amazon/aws/example_emr_serverless.py |  5 +-
 tests/system/providers/amazon/aws/example_glue.py  | 10 +--
 .../providers/amazon/aws/example_step_functions.py |  5 +-
 .../providers/dbt/cloud/example_dbt_cloud.py       |  5 +-
 .../cloud/dataproc/example_dataproc_spark_async.py |  3 +-
 .../cloud/datastore/example_datastore_rollback.py  |  4 +-
 .../google/cloud/pubsub/example_pubsub.py          |  3 +-
 tests/system/providers/tableau/example_tableau.py  |  3 +-
 .../tableau/example_tableau_refresh_workbook.py    |  3 +-
 20 files changed, 118 insertions(+), 44 deletions(-)
 create mode 100644 airflow/mypy/plugin/outputs.py