-
Notifications
You must be signed in to change notification settings - Fork 221
docs: clarify BigQuery project-level permissions for query history and Hex integration #2285
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
Open
arbiv
wants to merge
5
commits into
docs
Choose a base branch
from
devin/1782754750-bigquery-permissions-docs
base: docs
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
1e3b3fb
docs: clarify BigQuery project-level permissions for query history an…
devin-ai-integration[bot] 5504bb6
docs: move BigQuery-specific text to BigQuery page, fix Hex role listing
devin-ai-integration[bot] 7f4186f
docs: make Hex page DWH-agnostic instead of BigQuery-specific
devin-ai-integration[bot] eeb637b
docs: replace 'project' with DWH-agnostic terminology on Hex page
devin-ai-integration[bot] 505d5d8
docs: list only BigQuery and Snowflake as supported DWHs for Hex
devin-ai-integration[bot] 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 hidden or 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 hidden or 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
6 changes: 3 additions & 3 deletions
6
docs/snippets/cloud/integrations/permissions-and-security.mdx
This file contains hidden or 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 |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| #### Permissions and security | ||
|
|
||
| Elementary cloud doesn't require read permissions to your tables and schemas, but only the following: | ||
| Elementary Cloud doesn't require read permissions to your tables and schemas, but only the following: | ||
|
|
||
| - Read-only access to the elementary schema. | ||
| - Access to read metadata in information schema and query history, related to the tables in your dbt project. | ||
| - Read-only access to the Elementary schema. | ||
| - Access to read metadata in `INFORMATION_SCHEMA` (table metadata and query history), related to the tables in your dbt project. | ||
|
|
||
| It is recommended to create a user using the instructions specified above to avoid granting excess privileges. | ||
| For more details, refer to [security and privacy](/cloud/general/security-and-privacy). |
This file contains hidden or 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.
🚩 Pre-existing images in grant_user_access_on_dataset_level.mdx use external hosting and lack Frame wrappers
The three images in
docs/snippets/dwh/bigquery/grant_user_access_on_dataset_level.mdx:40-43,47-49,57-59use Cloudinary URLs (external hosting) and are not wrapped in<Frame>components. Both of these violate rules indocs/skills.md:198-209("All images must be wrapped in a<Frame>with a caption. No exceptions." and "Store images as local files underdocs/pics/."). These are pre-existing issues not introduced by this PR — the images are in unchanged context lines — so they are not reported as PR bugs, but they should be cleaned up in a follow-up.Was this helpful? React with 👍 or 👎 to provide feedback.