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

feat: Support custom warehouse sizes #1057

Merged
merged 2 commits into from
Jun 14, 2022
Merged

feat: Support custom warehouse sizes #1057

merged 2 commits into from
Jun 14, 2022

Conversation

waffleshop
Copy link
Contributor

@waffleshop waffleshop commented Jun 10, 2022

Summary

Supports custom warehouse sizes as Snowflake customers are now able to submit support tickets to raise their limit beyond 10.

Test Plan

# Previous max size
resource "snowflake_warehouse" "old" {
  name              = "test_old"
  comment           = "foo"
  warehouse_size    = "small"
  max_cluster_count = 10
}

# Unlimited max size
# This should only work on accounts where the soft limit has been increased with a support case.
resource "snowflake_warehouse" "new" {
  name              = "test_new"
  comment           = "foo"
  warehouse_size    = "small"
  max_cluster_count = 20
}

References

  • Nothing to link to, unfortunately. Informed by our Snowflake representative that this is now a soft limit.

@sfc-gh-swinkler sfc-gh-swinkler changed the title Support custom warehouse sizes feat: Support custom warehouse sizes Jun 10, 2022
@sfc-gh-swinkler
Copy link
Collaborator

/ok-to-test sha= 3be94c3

@github-actions
Copy link

Integration tests failure for

@alldoami
Copy link
Contributor

/ok-to-test sha=3be94c3

@github-actions
Copy link

Integration tests success for 3be94c3

@alldoami alldoami merged commit 21554f0 into Snowflake-Labs:main Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants