googleapis / python-bigquery-sqlalchemy

SQLAlchemy dialect for BigQuery
MIT License
426 stars 127 forks source link

feat: enable partitioning by DATE column #1074

Closed bnaul closed 4 months ago

bnaul commented 4 months ago

Fixes https://github.com/googleapis/python-bigquery-sqlalchemy/issues/1056

Recreating #1057 from a user fork to allow edits by maintainers. cc @chalmerlowe

chalmerlowe commented 4 months ago

@bnaul

I just made a PR to do this same thing and when I came here to incorporate it into this repo, I noticed you had done the same. Ha ha. 😃 Gonna let the tests run and make sure they pass.