You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/engines/bigquery.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,23 @@ If the `impersonated_service_account` argument is set, SQLMesh will:
193
193
194
194
The user account must have [sufficient permissions to impersonate the service account](https://cloud.google.com/docs/authentication/use-service-account-impersonation).
195
195
196
+
## Query Label
197
+
198
+
BigQuery supports a `query_label` session variable which is attached to query jobs and can be used for auditing / attribution.
199
+
200
+
SQLMesh supports setting it via `session_properties.query_label` on a model, as an array (or tuple) of key/value tuples.
0 commit comments