Skip to content

feat(redshift_grant): add role read support#33

Open
Intuinewin wants to merge 6 commits intodbsystel:masterfrom
Intuinewin:roles-implem-read
Open

feat(redshift_grant): add role read support#33
Intuinewin wants to merge 6 commits intodbsystel:masterfrom
Intuinewin:roles-implem-read

Conversation

@Intuinewin
Copy link

@Intuinewin Intuinewin commented Feb 2, 2026

Cc @mmichaelb

Following of #13

Reading grants with role works with the svv views, maybe all the other queries should be refacto to use these views? (parsing acl is no loger needed)

Also: possibly a breaking change (a3ce051) because the first PR wasn't generating ids with role name

@Intuinewin Intuinewin changed the title feat: add grant role read support feat(redshift_grant): add role read support Feb 2, 2026
@mmichaelb mmichaelb self-assigned this Feb 8, 2026
ns.nspname=$1
AND gr.groname=$2
`
} else {

Choose a reason for hiding this comment

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

@mmichaelb
Copy link

mmichaelb commented Mar 11, 2026

First of all, I would like to apologize for taking so long to review this. Apart from the minor changes, the pull request looks very good to me. Thank you very much for the extension, it really helps this provider move forward! I will regression test the feature and then release it afterwards.

Considering the breaking change: Due to this provider still not being released with a stable major version number, I will release a new minor version including this breaking change and add a note including migration tasks.

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