Skip to content

Instantly share code, notes, and snippets.

@niczky12
Created June 3, 2020 06:18
Show Gist options
  • Save niczky12/36104c9c2770a5280194822604244755 to your computer and use it in GitHub Desktop.
Save niczky12/36104c9c2770a5280194822604244755 to your computer and use it in GitHub Desktop.
Create BQ dataset
export LOCATION=europe-west2
bq --location=$LOCATION mk --dataset \
--default_table_expiration 7200 \
--description "Tables for different file types" \
files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment