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

Allow to add row_access_policy to a table #1272

Open
jglapa opened this issue Oct 12, 2022 · 1 comment
Open

Allow to add row_access_policy to a table #1272

jglapa opened this issue Oct 12, 2022 · 1 comment
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities resource:table Issue connected to the snowflake_table resource

Comments

@jglapa
Copy link
Contributor

jglapa commented Oct 12, 2022

Is your feature request related to a problem? Please describe.

We can created table and row_access_policy resources but there's now way to add the policy to the table.

Describe the solution you'd like

allow to define the table name on which the defined row_access_policy should be enabled.

Describe alternatives you've considered

using the snowsql_exec provider:

ALTER TABLE ${snowflake_table.my_table.name} ADD ROW ACCESS POLICY ${snowflake_row_access_policy.my_row_access_policy.name} ON (id);

Additional context

Add any other context or screenshots about the feature request here.

@jglapa jglapa added the feature-request Used to mark issues with provider's missing functionalities label Oct 12, 2022
@danielefrigo
Copy link

The same applies also to views

@sfc-gh-jcieslak sfc-gh-jcieslak added category:resource resource:table Issue connected to the snowflake_table resource labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:resource feature-request Used to mark issues with provider's missing functionalities resource:table Issue connected to the snowflake_table resource
Projects
None yet
Development

No branches or pull requests

3 participants