Skip to content

Commit 686df3e

Browse files
author
Jesse
authored
Add note to sqlalchemy example: IDENTITY isn't supported yet (#212)
ES-842237 Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent a737ef3 commit 686df3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/sqlalchemy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- Constraints: with the addition of information_schema to Unity Catalog, Databricks SQL supports
4040
foreign key and primary key constraints. This dialect can write these constraints but the ability
4141
for alembic to reflect and modify them programmatically has not been tested.
42+
- Delta IDENTITY columns are not yet supported.
4243
"""
4344

4445
import os

0 commit comments

Comments
 (0)