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

[Feature]: When granting privileges to a share, we need options for all the various table types #3200

Open
1 task
pslking opened this issue Nov 13, 2024 · 1 comment
Labels
feature-request Used to mark issues with provider's missing functionalities

Comments

@pslking
Copy link

pslking commented Nov 13, 2024

Company Name

No response

Use Cases or Problem Statement

When granting privileges to a share, we can grant privileges on all TABLES in a schema to the share, but we can't grant to all other table types, such as DYNAMIC TABLES, EXTERNAL TABLES, and ICEBERG TABLES.

Category

category:grants

Object type(s)

resource:grant_privileges_to_share

Proposal

Requesting additional options similar to the on_all_tables_in_schema for the other types, or perhaps a list, set, or map.

e.g.
on_object_types_in_schema = [ "DYNAMIC TABLES", "ICEBERG TABLES", "EXTERNAL TABLES" ]

How much impact is this issue causing?

Low

Additional Information

No response

Would you like to implement a fix?

  • Yeah, I'll take it 😎
@pslking pslking added the feature-request Used to mark issues with provider's missing functionalities label Nov 13, 2024
@sfc-gh-asawicki
Copy link
Collaborator

Hey @pslking. I will add this to our backlog. It shouldn't be a big change, but either way, we will probably address it after V1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Used to mark issues with provider's missing functionalities
Projects
None yet
Development

No branches or pull requests

3 participants