Skip to content

Instantly share code, notes, and snippets.

@mderoy
Last active July 28, 2022 13:58
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 mderoy/1a6e5dcf135020f1ac93d9cb425c4404 to your computer and use it in GitHub Desktop.
Save mderoy/1a6e5dcf135020f1ac93d9cb425c4404 to your computer and use it in GitHub Desktop.
create EXTERNAL table YELLOW_TAXI_JANUARY_2021 on EXAMPLEDATALAKE
using (
DATAOBJECT ('/yellow_tripdata_2021–01.parquet') format 'PARQUET'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment