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 d68cf17 commit 3954351Copy full SHA for 3954351
sqlalchemy_bigquery/base.py
@@ -906,7 +906,7 @@ def parse_sqltypes(coltype, partitioning_period):
906
# Extract the default value or truncation_function (i.e. DATE_TRUNC())
907
# and the set of allowable partition_periods
908
# that can be used in that function
909
- trunc_fn, allowed_partitions = parse_sqltypes(column_type, time_partitioning)
+ trunc_fn, allowed_partitions = parse_sqltypes(column_type, partitioning_period)
910
911
# Create output:
912
# Special Case: _PARTITIONDATE does NOT use a function or partitioning_period
0 commit comments