Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created April 7, 2023 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshakhomirov/e512755cbac7a7a8d855223a3d064b08 to your computer and use it in GitHub Desktop.
Save mshakhomirov/e512755cbac7a7a8d855223a3d064b08 to your computer and use it in GitHub Desktop.
CREATE EXTERNAL TABLE myexternal-table
WITH CONNECTION `myproject.us.myconnection`
OPTIONS (
format = 'ICEBERG',
uris = ["gs://mybucket/mydata/mytable/metadata/iceberg.metadata.json"]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment