-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Beta writable_environment_categories
to dbtcloud_service_token
#273
Conversation
Acctests only failing on CI... Why?
CC: @b-per . Should be ready to go This was a long one, so lmk if I missed anything before merge |
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.
Thanks @chasewalden for doing all those changes 🙌
I added a few comments, some of them are just informative and do not require a code change.
In a nutshell, before merging it we could:
- update the tests so that we test the new feature
- update the docs with an example of how we set env level restrictions
- check whether we want to keep the
TODO(cwalden)
in the code or remove those and maybe track future changes somewhere else
Lets fix the typo mentioned in #275 here as well. |
Seems to not work with my env. Not sure if there is an issue with writable_env_categories not available on my instance. I am getting weird errors. Will need to see if this passes with the CI env
Also fix typo mentioned in #275
Should have everything we need to Merge & Close. We can also close #275 with this as the fix to the typo is bundled in with this. |
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.
Thanks @chasewalden for all the new changes.
I just left a few minor comments before we can merge it.
No description provided.