Created
March 15, 2023 14:33
-
-
Save maltzsama/b777ab3e5512f57344f667d241b89f05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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