-
Notifications
You must be signed in to change notification settings - Fork 950
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 new EAT section in dbt cloud env page #3902
Conversation
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Sorry for taking so long to get to this! Left a few comments, but overall loving 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.
This is looking great! left a comment about the blurb on special characters. I'm open to keeping a warning of some sort around that, but i think it'd be better being a little more open-ended and asking folks to reach out to us if they have issues with the text entry?
snowflake: | ||
target: dev | ||
outputs: | ||
dev: | ||
type: snowflake | ||
dbname: jaffle_shop | ||
schema: dbt_alice | ||
threads: 4 |
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.
That's not a valid example. It should be exactly the following:
dbname: jaffle_shop
schema: dbt_alice
threads: 4
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.
fixed that up, thanks @Fleid !
The following code is an example of the types of attributes you can add in the **Extended Attributes** text box: | ||
|
||
```yaml | ||
snowflake: |
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.
snowflake: | |
dbname: jaffle_shop | |
schema: dbt_alice | |
threads: 4 |
Per discussion with product and eng, adding a new section in the dbt cloud environment page to introduce a new EAT beta, which provides users more control over environments.
Refer to docs project for more info.
Closes #3938