Skip to content

Commit

Permalink
Add missing template fields to DataformCreateCompilationResultOperator (
Browse files Browse the repository at this point in the history
#33585)

All other operators template these fields, and `impersonation_chain` is explicity said to be templated in the operator's docstring
  • Loading branch information
bhagany committed Aug 21, 2023
1 parent 277cfcb commit 08fa814
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airflow/providers/google/cloud/operators/dataform.py
Expand Up @@ -65,6 +65,8 @@ class DataformCreateCompilationResultOperator(GoogleCloudBaseOperator):
account from the list granting this role to the originating account (templated).
"""

template_fields = ("repository_id", "impersonation_chain")

def __init__(
self,
project_id: str,
Expand Down

0 comments on commit 08fa814

Please sign in to comment.