Partitioning by day no longer works for DATE column #1162
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
Content-Length: 258372 | pFad | http://github.com/googleapis/python-bigquery-sqlalchemy/issues/1162
DFFetched URL: http://github.com/googleapis/python-bigquery-sqlalchemy/issues/1162
Alternative Proxies:
It appears my fix from #1074 was undone by #1113. In 1.12.0 the following works:
whereas in 1.12.1 it fails. From the description of #1113 it seems this omission was intentional, but I don't see why it's necessary to remove support for this (extremely fundamental and ubiquitous) type of partitioning: the old special casing for DATE seems like it would apply just as well here and IMO should be restored. Same goes for the change #1116 which was similarly not addressed.
The text was updated successfully, but these errors were encountered: