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-884382: Add support for setting row_access_policy #432

Open
rymndhng opened this issue Aug 2, 2023 · 1 comment
Open

SNOW-884382: Add support for setting row_access_policy #432

rymndhng opened this issue Aug 2, 2023 · 1 comment
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team

Comments

@rymndhng
Copy link

rymndhng commented Aug 2, 2023

What is the current behavior?

The SnowDialect DDL does not support defining a row access policy.

What is the desired behavior?

To be able to define a row access policy using sqlalchemy.Table, like so:

sqlalchemy.Table(
   ...,
   snowflake_row_access_policy=('my_policy_name', ["field_1", "field_2", "field_3"])
)

How would this improve snowflake-connector-python?

References, Other Background

This is similar to specifying snowflake_clusterby.

@github-actions github-actions bot changed the title Add support for setting row_access_policy SNOW-884382: Add support for setting row_access_policy Aug 2, 2023
@sfc-gh-dszmolka sfc-gh-dszmolka added the status-triage_done Initial triage done, will be further handled by the driver team label Apr 9, 2024
@sfc-gh-dszmolka
Copy link
Contributor

hi and thank you for raising this issue with us, we'll consider this requirement for the future plans. if there's any chance of submitting a PR, that would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team
Projects
None yet
Development

No branches or pull requests

2 participants