We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836dc9f commit 596e668Copy full SHA for 596e668
sqlalchemy_bigquery/base.py
@@ -838,7 +838,7 @@ def _process_time_partitioning(
838
field = time_partitioning.field
839
if isinstance(
840
table.columns[time_partitioning.field].type,
841
- sqlalchemy.sql.sqltypes.DATE,
+ (sqlalchemy.sql.sqltypes.DATE, sqlalchemy.sql.sqltypes.Date),
842
):
843
return f"PARTITION BY {field}"
844
elif isinstance(
0 commit comments