-
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: Add a resource to manage sequences #582
Conversation
I'm not totally familiar with sequences, but should we try and provide a |
/ok-to-test sha=c983e34 |
Integration tests success for c983e34 |
We could add a start but it is a little confusing on how to implement it. It is only useful on create. On an update we don't want to regress the counter back to its start. We would also need to be smart in the cases where the sequence is recreated. I was unable to figure out a way to implement it so that it would be obvious what would happen if it was used so I left it out. |
@dfedde cool, wanna update your branch and commit the change I suggested above? |
Addresses feature-request Snowflake-Labs#509
/ok-to-test sha=4f30f92 |
Integration tests success for 4f30f92 |
Addresses feature-request #509
Test Plan
References