-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds initial TPCDS scripts for Fabric #184
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jcamachor: Do you have any ideas on how we can add a test for this PR?
@@ -0,0 +1,37 @@ | |||
CREATE TABLE catalog_sales | |||
( | |||
CS_SOLD_DATE_SK int, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation?
WITH ( | ||
FILE_TYPE = 'Csv', | ||
CREDENTIAL = (IDENTITY = 'Shared Access Signature', | ||
SECRET='${external_catalog_secret_token}')); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add this to the documentation somewhere.
44a31f1
to
13a6b2c
Compare
868d4f8
to
ff310c5
Compare
4def705
to
7876be3
Compare
No description provided.