Skip to content

Commit 6911dfe

Browse files
authored
Fix template fields in Google operators (#8840)
1 parent 4b06fde commit 6911dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow/providers/google/cloud/operators/automl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ class AutoMLTablesUpdateDatasetOperator(BaseOperator):
558558
:type gcp_conn_id: str
559559
"""
560560

561-
template_fields = ("dataset", "update_mask", "location", "project_id")
561+
template_fields = ("dataset", "update_mask", "location")
562562

563563
@apply_defaults
564564
def __init__(

airflow/providers/google/marketing_platform/operators/display_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ class GoogleDisplayVideo360SDFtoGCSOperator(BaseOperator):
565565
:type delegate_to: str
566566
"""
567567

568-
template_fields = ("operation_name", "bucket_name", "object_name", "body_request")
568+
template_fields = ("operation_name", "bucket_name", "object_name")
569569

570570
@apply_defaults
571571
def __init__(

0 commit comments

Comments
 (0)