This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 39a0288 Add Google Authentication for experimental API (#9848)
add 33f0cd2 apply_default keeps the function signature for mypy (#9784)
No new revisions were added by this update.
Summary of changes:
airflow/contrib/operators/qubole_check_operator.py | 2 +-
airflow/models/baseoperator.py | 33 ++++++-------
airflow/operators/python.py | 9 ++--
airflow/operators/sql.py | 16 ++-----
.../aws/example_dags/example_s3_to_redshift.py | 2 +-
airflow/providers/amazon/aws/operators/s3_list.py | 2 +-
.../amazon/aws/operators/sagemaker_training.py | 4 +-
.../providers/amazon/aws/transfers/gcs_to_s3.py | 3 +-
.../providers/apache/cassandra/sensors/record.py | 7 ++-
.../providers/apache/cassandra/sensors/table.py | 7 ++-
airflow/providers/apache/druid/operators/druid.py | 4 +-
.../apache/druid/operators/druid_check.py | 4 +-
.../apache/druid/transfers/hive_to_druid.py | 3 +-
airflow/providers/apache/hdfs/sensors/hdfs.py | 3 +-
airflow/providers/apache/hdfs/sensors/web_hdfs.py | 3 +-
airflow/providers/apache/hive/operators/hive.py | 6 +--
.../providers/apache/hive/operators/hive_stats.py | 5 +-
.../apache/hive/sensors/hive_partition.py | 5 +-
.../apache/hive/sensors/metastore_partition.py | 5 +-
.../apache/hive/sensors/named_hive_partition.py | 3 +-
.../apache/hive/transfers/hive_to_mysql.py | 4 +-
.../apache/hive/transfers/hive_to_samba.py | 4 +-
.../apache/hive/transfers/mssql_to_hive.py | 4 +-
.../apache/hive/transfers/mysql_to_hive.py | 4 +-
.../providers/apache/hive/transfers/s3_to_hive.py | 4 +-
.../apache/hive/transfers/vertica_to_hive.py | 4 +-
.../providers/apache/kylin/operators/kylin_cube.py | 3 +-
airflow/providers/apache/livy/sensors/livy.py | 3 +-
airflow/providers/apache/pig/operators/pig.py | 5 +-
.../providers/apache/spark/operators/spark_jdbc.py | 3 +-
.../providers/apache/spark/operators/spark_sql.py | 3 +-
.../apache/spark/operators/spark_submit.py | 3 +-
airflow/providers/apache/sqoop/operators/sqoop.py | 5 +-
.../cncf/kubernetes/operators/kubernetes_pod.py | 7 ++-
.../providers/discord/operators/discord_webhook.py | 8 ++--
.../google/cloud/example_dags/example_bigtable.py | 2 +-
.../google/cloud/example_dags/example_functions.py | 2 +-
.../google/cloud/example_dags/example_pubsub.py | 4 +-
.../providers/google/cloud/operators/bigtable.py | 16 +++----
.../google/cloud/operators/cloud_build.py | 4 +-
.../providers/google/cloud/operators/cloud_sql.py | 40 ++++++++--------
.../providers/google/cloud/operators/compute.py | 24 +++++-----
airflow/providers/google/cloud/operators/gcs.py | 2 +-
.../google/cloud/operators/kubernetes_engine.py | 6 +--
.../google/cloud/operators/life_sciences.py | 4 +-
.../providers/google/cloud/operators/spanner.py | 14 +++---
.../providers/google/cloud/operators/translate.py | 4 +-
.../google/cloud/operators/translate_speech.py | 2 +-
airflow/providers/google/cloud/operators/vision.py | 2 +-
.../google/cloud/transfers/adls_to_gcs.py | 6 +--
.../providers/google/cloud/transfers/s3_to_gcs.py | 3 +-
.../firebase/example_dags/example_firestore.py | 2 +
.../example_dags/example_campaign_manager.py | 6 +--
.../marketing_platform/sensors/search_ads.py | 3 +-
airflow/providers/http/hooks/http.py | 2 +-
airflow/providers/http/operators/http.py | 2 +-
.../microsoft/azure/operators/adls_list.py | 5 +-
.../qubole/example_dags/example_qubole.py | 56 +++++++++++-----------
airflow/providers/qubole/operators/qubole.py | 18 +++----
airflow/providers/qubole/operators/qubole_check.py | 8 +++-
.../providers/singularity/operators/singularity.py | 2 +-
airflow/providers/slack/operators/slack.py | 13 +++--
airflow/sensors/sql_sensor.py | 4 +-
airflow/utils/decorators.py | 9 ++--
tests/dags/test_issue_1225.py | 2 +-
65 files changed, 216 insertions(+), 241 deletions(-)