You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/06/19 12:30:06 UTC

[airflow] branch master updated (12af6a0 -> 416334e)

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

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


    from 12af6a0  Final cleanup for 2020.6.23rc1 release preparation (#9404)
     add 416334e  Properly propagated warnings in operators (#9348)

No new revisions were added by this update.

Summary of changes:
 airflow/contrib/operators/adls_to_gcs.py           |    2 +-
 airflow/contrib/operators/awsbatch_operator.py     |    2 +-
 airflow/contrib/operators/bigquery_operator.py     |    2 +-
 .../operators/bigquery_table_delete_operator.py    |    2 +-
 airflow/contrib/operators/bigquery_to_gcs.py       |    2 +-
 airflow/contrib/operators/cassandra_to_gcs.py      |    2 +-
 airflow/contrib/operators/dataflow_operator.py     |    6 +-
 airflow/contrib/operators/dataproc_operator.py     |   24 +-
 .../contrib/operators/datastore_export_operator.py |    2 +-
 .../contrib/operators/datastore_import_operator.py |    2 +-
 airflow/contrib/operators/file_to_gcs.py           |    2 +-
 airflow/contrib/operators/gcp_bigtable_operator.py |   12 +-
 airflow/contrib/operators/gcp_compute_operator.py  |   12 +-
 .../contrib/operators/gcp_container_operator.py    |    6 +-
 airflow/contrib/operators/gcp_dlp_operator.py      |    8 +-
 airflow/contrib/operators/gcp_function_operator.py |    4 +-
 .../operators/gcp_natural_language_operator.py     |    8 +-
 airflow/contrib/operators/gcp_spanner_operator.py  |   12 +-
 .../operators/gcp_speech_to_text_operator.py       |    2 +-
 airflow/contrib/operators/gcp_sql_operator.py      |   20 +-
 .../operators/gcp_text_to_speech_operator.py       |    2 +-
 airflow/contrib/operators/gcp_transfer_operator.py |   20 +-
 .../operators/gcp_translate_speech_operator.py     |    2 +-
 airflow/contrib/operators/gcp_vision_operator.py   |   22 +-
 airflow/contrib/operators/gcs_acl_operator.py      |    4 +-
 airflow/contrib/operators/gcs_delete_operator.py   |    2 +-
 airflow/contrib/operators/gcs_download_operator.py |    2 +-
 airflow/contrib/operators/gcs_list_operator.py     |    2 +-
 airflow/contrib/operators/gcs_operator.py          |    2 +-
 airflow/contrib/operators/gcs_to_bq.py             |    2 +-
 airflow/contrib/operators/gcs_to_gcs.py            |    2 +-
 airflow/contrib/operators/gcs_to_s3.py             |    2 +-
 airflow/contrib/operators/mlengine_operator.py     |    8 +-
 airflow/contrib/operators/mssql_to_gcs.py          |    2 +-
 airflow/contrib/operators/mysql_to_gcs.py          |    2 +-
 .../contrib/operators/oracle_to_oracle_transfer.py |    2 +-
 .../contrib/operators/postgres_to_gcs_operator.py  |    2 +-
 airflow/contrib/operators/pubsub_operator.py       |   10 +-
 airflow/contrib/operators/sql_to_gcs.py            |    2 +-
 airflow/contrib/operators/vertica_to_hive.py       |    2 +-
 airflow/contrib/operators/vertica_to_mysql.py      |    2 +-
 airflow/contrib/sensors/bigquery_sensor.py         |    2 +-
 airflow/contrib/sensors/gcp_transfer_sensor.py     |    2 +-
 airflow/contrib/sensors/gcs_sensor.py              |    8 +-
 airflow/contrib/sensors/hdfs_sensor.py             |    4 +-
 airflow/operators/check_operator.py                |    8 +-
 airflow/operators/google_api_to_s3_transfer.py     |    2 +-
 airflow/operators/hive_to_druid.py                 |    2 +-
 airflow/operators/hive_to_mysql.py                 |    2 +-
 airflow/operators/mssql_to_hive.py                 |    2 +-
 airflow/operators/mysql_to_hive.py                 |    2 +-
 airflow/operators/presto_check_operator.py         |    6 +-
 airflow/operators/presto_to_mysql.py               |    2 +-
 airflow/operators/redshift_to_s3_operator.py       |    2 +-
 airflow/operators/s3_to_hive_operator.py           |    2 +-
 airflow/operators/s3_to_redshift_operator.py       |    2 +-
 airflow/operators/sql_branch_operator.py           |    2 +-
 .../providers/google/cloud/operators/bigquery.py   |    4 +-
 backport_packages/setup_backport_packages.py       |    2 +-
 ...st_core_to_contrib.py => deprecated_classes.py} |   84 +-
 tests/models/test_baseoperator.py                  |   11 +-
 tests/test_core_to_contrib.py                      | 1747 +-------------------
 tests/test_utils/mock_operators.py                 |   12 +-
 63 files changed, 173 insertions(+), 1965 deletions(-)
 copy tests/{test_core_to_contrib.py => deprecated_classes.py} (95%)