Skip to content

Instantly share code, notes, and snippets.

@maltzsama
Created March 15, 2023 14:33
Show Gist options
  • Save maltzsama/b777ab3e5512f57344f667d241b89f05 to your computer and use it in GitHub Desktop.
Save maltzsama/b777ab3e5512f57344f667d241b89f05 to your computer and use it in GitHub Desktop.
-- create delta table on athena
CREATE EXTERNAL TABLE cliente
LOCATION 's3://bucket_name/cliente/'
TBLPROPERTIES ('table_type' = 'DELTA')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment