Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mmv1/products/bigqueryanalyticshub/QueryTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ description: |
Represents a BigQuery Query Template within a Data Exchange.
This resource defines a reusable SQL routine (e.g., a TVF) that can be
shared or executed via the Data Exchange.
~> **Note:** Approving a Query Template is not supported by Terraform. The approve flow includes steps that can only be performed through the Google Cloud console UI. You can still create a Query Template (e.g. a TVF) and add it as a listing to a Data Clean Room via Terraform, but the final approval must be done manually.

references:
guides:
"Use query templates": "https://docs.cloud.google.com/bigquery/docs/query-templates"
Expand Down
Loading