-
Notifications
You must be signed in to change notification settings - Fork 427
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
feat: Added Query Acceleration for Warehouses #1239
feat: Added Query Acceleration for Warehouses #1239
Conversation
the test account used for CI/CD is currently set to run in standard, not enterprise. i do have access to an enterprise test account and can switch the credentials to that one. how soon do you need this feature? i see it is a draft, so its not clear the priority |
@sfc-gh-swinkler This is a draft because I was not sure when this will be released for other non enterprise accounts and also for the reason that it's still in public preview. At this moment I does not have as high of a priority as the other PR that you already merged. Do you think it;s wise to test en merge it now? |
It would be great to get this merged and released. |
@marcincuber I removed it from Draft. @sfc-gh-swinkler Can you check if this doesn't break when these settings are not set and the account is not an Enterprise? Thanks in advance |
/ok-to-test sha=e7a5a90 |
Integration tests failure for e7a5a90 |
@sfc-gh-swinkler Added docs can you run the tests again? Thanks in advance |
/ok-to-test sha =55e107d |
Hey @ChrisIsidora getting the following error:
i have had this same problem before all you have to do is |
Fixed NullBool
@sfc-gh-swinkler I made the changes I think? |
@ChrisIsidora it is failing on check-docs. Could you please run |
@sfc-gh-swinkler The docs were already made, I made some changes for the bool property |
hmm well it looks like rebasing to main helped. Getting a new error
looks like you need to do change the following:
to
or something like that |
@sfc-gh-swinkler Made some changes for the int property |
@ChrisIsidora great thanks! I appreciate your contribution. |
Added Query Acceleration for Warehouses. (Currently in Preview)
References