Tool to retrieve BigQuery dataset metadata including location via the datasets.get API. Use this before creating jobs/queries if the workflow has been failing with location mismatch to confirm the dataset's region and correct the job location accordingly.
dataset_idRequiredstringDataset ID of the requested dataset.
project_idRequiredstringProject ID of the requested dataset.
dataset_viewstringOptional view specifying which dataset information to return. DATASET_VIEW_UNSPECIFIED defaults to FULL. METADATA returns only metadata. ACL returns only access control. FULL returns both metadata and ACL.
access_policy_versionintegerVersion of access policy schema to fetch. Valid values: 0, 1, 3. Use version 3 for conditional access policy bindings. If unset, defaults to version 1.
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