SNOW-1345376: SnowflakeDDLCompiler overrides get_identity_options but doesn't use it anywhere #494
Labels
bug
Something isn't working
status-pr_pending_merge
A PR is made and is under review
status-triage_done
Initial triage done, will be further handled by the driver team
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Python 3.9.X
What operating system and processor architecture are you using?
macOS-14.4.1-arm64-arm-64bit
What are the component versions in the environment (
pip freeze
)?unrelated
What did you do?
Creating SQLAlchemy ORM models with AUTOINCREMENT | IDENTITY sequence does not read identity options in order to apply them to SEQUENCE objects or Columns with AUTOINCREMENT | IDENTITY.
What did you expect to see?
Identity options should be set on SEQUENCE objects and/or Columns with AUTOINCREMENT | IDENTITY.
See examples:
Can you set logging to DEBUG and collect the logs?
N/A
The text was updated successfully, but these errors were encountered: