Skip to content

Commit

Permalink
Updates colspec to account for sqlalchemy Enum
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Aug 14, 2024
1 parent f9324e3 commit 65eeabd
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 65eeabd

Please sign in to comment.