Skip to content

Instantly share code, notes, and snippets.

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