Skip to content

Commit

Permalink
GoogleApiToS3Operator : add gcp_conn_id to template fields (#27017)
Browse files Browse the repository at this point in the history
  • Loading branch information
syedahsn authored Oct 18, 2022
1 parent 82aa531 commit 9fed22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/providers/amazon/aws/transfers/google_api_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9fed22f

Please sign in to comment.