Replies: 1 comment
-
Related discussion: #5781 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set a Label for my Dataset in Bigquery, preferably just once on dataset creation.
ALTER SCHEMA mydataset
SET OPTIONS ( labels = [('sensitivity', 'high')]);
How can I manipulate the creation of a dataset?
Beta Was this translation helpful? Give feedback.
All reactions