ashb commented on a change in pull request #8805:
URL: https://github.com/apache/airflow/pull/8805#discussion_r425011133
##########
File path: airflow/providers/google/cloud/operators/automl.py
##########
@@ -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")
Review comment:
Unrelated change?
##########
File path:
airflow/providers/google/marketing_platform/operators/display_video.py
##########
@@ -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")
Review comment:
Unrelated change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]