Skip to content

Instantly share code, notes, and snippets.

@mderoy
Last active July 28, 2022 13:49
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/ad498cd8eb0b243ec1a8f58c2c1c5e9b to your computer and use it in GitHub Desktop.
Save mderoy/ad498cd8eb0b243ec1a8f58c2c1c5e9b to your computer and use it in GitHub Desktop.
set ENABLE_EXTERNAL_DATASOURCE = 1;
create EXTERNAL DATASOURCE EXAMPLEDATALAKE on AWSS3
using (
ACCESSKEYID 'redacted' SECRETACCESSKEY 'redacted' BUCKET 'exampledatalakebucket' REGION 'US-EAST-1'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment