Skip to content

Commit

Permalink
feat: update colspec to account for sqlalchemy Enum (#1111)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Aug 14, 2024
1 parent 75569f4 commit b54bdde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sqlalchemy_bigquery/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ class BigQueryDialect(DefaultDialect):
sqlalchemy.sql.sqltypes.Time: BQClassTaggedStr,
sqlalchemy.sql.sqltypes.TIMESTAMP: BQTimestamp,
sqlalchemy.sql.sqltypes.ARRAY: BQArray,
sqlalchemy.sql.sqltypes.Enum: sqlalchemy.sql.sqltypes.Enum,
}

def __init__(
Expand Down

0 comments on commit b54bdde

Please sign in to comment.