Skip to content

Instantly share code, notes, and snippets.

@janbenetka
Created June 15, 2021 06:35
Show Gist options
  • Save janbenetka/be42e49f48fed91154faa04e574f4288 to your computer and use it in GitHub Desktop.
Save janbenetka/be42e49f48fed91154faa04e574f4288 to your computer and use it in GitHub Desktop.
[GeoJson load into BQ] #bigquery #json #geo
bq load \
--source_format=NEWLINE_DELIMITED_JSON \
--json_extension=GEOJSON \
--project_id=uc-project-id\
--autodetect \
dataset.new_table \
Arkansas.geojson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment