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-1023317: Add support for RELY #463

Open
manalC1 opened this issue Jan 30, 2024 · 0 comments
Open

SNOW-1023317: Add support for RELY #463

manalC1 opened this issue Jan 30, 2024 · 0 comments
Labels
feature status-triage_done Initial triage done, will be further handled by the driver team

Comments

@manalC1
Copy link

manalC1 commented Jan 30, 2024

Description :

Currently we can't define on Columns the option : snowflake_rely=True unless we
use @compiles decorator on CreateTable or we use event.listen after tables creation

What is the desired behavior?

The ability to set rely on constraints when defining a table like this :
Table('table_name', metadata,
Column('col_name', col_type, primary_key=True, snowflake_rely=True),
Column('col_name', col_type, ForeignKey("t.col"), snowflake_rely=True)
)

How would this improve snowflake-connector-python?

Add the functionality

@github-actions github-actions bot changed the title Add support for RELY SNOW-1023317: Add support for RELY Jan 30, 2024
@sfc-gh-dszmolka sfc-gh-dszmolka added the status-triage_done Initial triage done, will be further handled by the driver team label Mar 13, 2024
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