Skip to content

Commit

Permalink
Fix template fields in Google operators (#8840)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbaszek committed May 12, 2020
1 parent 4b06fde commit 6911dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/operators/automl.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class AutoMLTablesUpdateDatasetOperator(BaseOperator):
:type gcp_conn_id: str
"""

template_fields = ("dataset", "update_mask", "location", "project_id")
template_fields = ("dataset", "update_mask", "location")

@apply_defaults
def __init__(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ class GoogleDisplayVideo360SDFtoGCSOperator(BaseOperator):
:type delegate_to: str
"""

template_fields = ("operation_name", "bucket_name", "object_name", "body_request")
template_fields = ("operation_name", "bucket_name", "object_name")

@apply_defaults
def __init__(
Expand Down

0 comments on commit 6911dfe

Please sign in to comment.
  翻译: