-
Notifications
You must be signed in to change notification settings - Fork 138
Time partitioning on DATE column fails with type_="DAY" #1056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
Comments
bnaul
added a commit
to replicahq/pybigquery
that referenced
this issue
Apr 5, 2024
bnaul
added a commit
to replicahq/pybigquery
that referenced
this issue
May 9, 2024
bnaul
added a commit
to replicahq/pybigquery
that referenced
this issue
May 9, 2024
bnaul
added a commit
to bnaul/python-bigquery-sqlalchemy
that referenced
this issue
May 13, 2024
Fixes googleapis#1056. Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
chalmerlowe
added a commit
that referenced
this issue
May 13, 2024
Fixes #1056. Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changing
field="timestamp_c"
tofield="date_c"
intest_create_table
(python-bigquery-sqlalchemy/tests/system/test_sqlalchemy_bigquery.py
Line 584 in 7a4c3c2
Passing e.g.
type_="MONTH"
works since that's a supported partitioning function.The text was updated successfully, but these errors were encountered: