Tool to create a new BigQuery dataset with explicit location, labels, and description using the BigQuery Datasets API. Use when the workflow needs to set up a staging/warehouse dataset and correctness of region is critical to avoid downstream job location mismatches. Surfaces 40…
accessarrayAccess control list (ACL) for the dataset. If not specified, the dataset inherits project-level permissions.
labelsobjectLabels to organize and categorize the dataset. Labels are key-value pairs. Keys and values must be lowercase, max 63 characters.
locationRequiredstringGeographic location where the dataset should reside. This is CRITICAL to avoid location-related query/job errors. Examples: 'US', 'EU', 'us-central1', 'europe-west1'.
dataset_idRequiredstringThe dataset ID. Must be unique within the project. Use alphanumeric characters, underscores, or hyphens.
project_idRequiredstringThe project ID where the dataset will be created. This is used in the URL path, not in the request body.
descriptionstringA description of the dataset. Use this to document the dataset's purpose and contents.
friendly_namestringA user-friendly name for the dataset. This is a descriptive label that appears in the BigQuery UI.
defaultTableExpirationMsintegerDefault lifetime of all tables in the dataset, in milliseconds. Tables will be deleted this many milliseconds after creation unless explicitly set otherwise.
defaultPartitionExpirationMsintegerDefault lifetime of all partitions in tables in the dataset, in milliseconds. Partitions will be deleted this many milliseconds after creation.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.