gcloud_bq_mk
Create BigQuery datasets or tables by specifying resource name, schema, location, and description.
Instructions
Create a BigQuery dataset or table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Table schema (for table creation, format: 'field1:type1,field2:type2') | |
| location | No | Location for the dataset (e.g., 'US', 'EU') | |
| resource | Yes | Resource to create (format: 'dataset' or 'dataset.table') | |
| description | No | Description of the dataset or table |