This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 9fed22fc99 `GoogleApiToS3Operator` : add `gcp_conn_id` to template
fields (#27017)
9fed22fc99 is described below
commit 9fed22fc99a3a959dab1acde51d87a996f3b6049
Author: syedahsn <[email protected]>
AuthorDate: Tue Oct 18 12:35:58 2022 -0700
`GoogleApiToS3Operator` : add `gcp_conn_id` to template fields (#27017)
---
airflow/providers/amazon/aws/transfers/google_api_to_s3.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/airflow/providers/amazon/aws/transfers/google_api_to_s3.py
b/airflow/providers/amazon/aws/transfers/google_api_to_s3.py
index ba4d12bd8d..9c5b6a702f 100644
--- a/airflow/providers/amazon/aws/transfers/google_api_to_s3.py
+++ b/airflow/providers/amazon/aws/transfers/google_api_to_s3.py
@@ -93,6 +93,7 @@ class GoogleApiToS3Operator(BaseOperator):
'google_api_endpoint_params',
's3_destination_key',
'google_impersonation_chain',
+ 'gcp_conn_id',
)
template_ext: Sequence[str] = ()
ui_color = '#cc181e'