Skip to content
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

Hotfix serverless sql #132

Merged
merged 18 commits into from
Apr 15, 2021
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ workflows:
- DBT_SYNAPSE_PROFILE
- connection-sqlserver: *profile
- integration-sqlserver: *profile
- integration-azuresql: *profile
- integration-azuresql:
<<: *profile
requires:
- connection-azuresql
6 changes: 5 additions & 1 deletion test/integration/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ name: 'sqlserver_integration_tests'
version: '1.0'
config-version: 2

profile: 'integration_tests'
profile: 'integration_tests'

models:
sqlserver_integration_tests:
+as_columnstore: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jtcohen6 I thought this would be the right place for this but I'm still getting the error that this change was intended to fix:

'COLUMNSTORE' is not supported in this service tier of the database.