Dataset template used for dynamic dataset creation.
Attributes
Name
Description
location
str
Required. The geographic location where the
dataset should reside. See
https://cloud.google.com/bigquery/docs/locations
for supported locations.
dataset_id_prefix
str
If supplied, every created dataset will have its name
prefixed by the provided value. The prefix and name will be
separated by an underscore. i.e. \_
kms_key_name
str
Describes the Cloud KMS encryption key that will be used to
protect destination BigQuery table. The BigQuery Service
Account associated with your project requires access to this
encryption key. i.e.
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}.
See
https://cloud.google.com/bigquery/docs/customer-managed-encryption
for more information.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-04 UTC."],[],[]]