Skip to content
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

[SNOW-43] Fix permissions for data engineer role #16

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Conversation

thomasyu888
Copy link
Member

@thomasyu888 thomasyu888 commented Jan 12, 2024

Problem

ALTER and DROP table actions require ownership of the table. Most created tables right now are by the SYSADMIN role.

Solution

Grant the DPE_service user access to the SYSADMIN role. Eventually we will want to do an overall permissions scrub or transfer everything in snowflake to the DATA_ENGINEER role to keep things clean.

Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor

@BryanFauble BryanFauble left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@thomasyu888 thomasyu888 merged commit ed71aaf into dev Jan 12, 2024
@thomasyu888 thomasyu888 deleted the fix-permissions branch January 23, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants