-
Notifications
You must be signed in to change notification settings - Fork 982
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
Adding a new role for marketplace apps #5815
Merged
Merged
Changes from 6 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7aeb4e1
Adds new marketplace app role
matthewshaver 2045b47
ADding new information
matthewshaver 2c3ab7b
Adding more info
matthewshaver dfe4728
Update website/docs/docs/dbt-cloud-apis/service-tokens.md
matthewshaver 4308ef6
Update website/docs/docs/dbt-cloud-apis/service-tokens.md
matthewshaver 00543bf
Merge branch 'current' into new-role
matthewshaver 840167e
Update website/docs/docs/cloud-integrations/set-up-snowflake-native-a…
matthewshaver c61e942
Update website/docs/docs/cloud-integrations/set-up-snowflake-native-a…
matthewshaver bcd0eb1
Merge branch 'current' into new-role
matthewshaver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ The following are the prerequisites for dbt Cloud and Snowflake. | |
|
||
- You must have a dbt Cloud account on the Enterprise plan that's in an AWS Region or Azure region. If you don't already have one, please [contact us](mailto:[email protected]) to get started. | ||
- Currently, Semantic Layer is unavailable for Azure ST instances and the **Ask dbt** chatbot will not function in the dbt Snowflake Native App without it. | ||
- Your dbt Cloud account must have permission to create a [service token](/docs/dbt-cloud-apis/service-tokens). For details, refer to [Enterprise permissions](/docs/cloud/manage-access/enterprise-permissions). | ||
- Your dbt Cloud account must have permission to create a [service token](/docs/dbt-cloud-apis/service-tokens) assigned the `Manage marketplace apps` role. For details, refer to [Enterprise permissions](/docs/cloud/manage-access/enterprise-permissions). | ||
matthewshaver marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- There's a dbt Cloud project with [Semantic Layer configured](/docs/use-dbt-semantic-layer/setup-sl) and metrics declared. | ||
- You have set up a [production deployment environment](/docs/deploy/deploy-environments#set-as-production-environment). | ||
- There has been at least one successful job run that includes a `docs generate` step in the deployment environment. | ||
|
@@ -68,6 +68,7 @@ Configure dbt Cloud and Snowflake Cortex to power the **Ask dbt** chatbot. | |
Collect three pieces of information from dbt Cloud to set up the application. | ||
matthewshaver marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
1. From the gear menu in dbt Cloud, select **Account settings**. In the left sidebar, select **API tokens > Service tokens**. Create a service token with access to all the projects you want to access in the dbt Snowflake Native App. Grant these permission sets: | ||
- **Manage marketplace apps** | ||
- **Job Admin** | ||
- **Metadata Only** | ||
- **Semantic Layer Only** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Lower down on this page, we also say to grant Job Admin, Metadata, Semantic Layer Only. IS there a reason we're just mentioning this one or should we mention these as well?
https://github.com/dbt-labs/docs.getdbt.com/pull/5815/files#diff-770944d95df777c9ab980c64ab039e22058f83e3eaa322e78fca7429f397c128L71-L73
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 a good catch. That shouldn't be in that spot, reverting it to the way it was and relying on the below info only!