You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create tables in bigquery using Base.metadata.create_all(engine), however what I'm getting is:
google.cloud.bigquery.dbapi.exceptions.DatabaseError: 400 GET https://www.googleapis.com/bigquery/v2/projects/REDACTED/queries/REDACTED?maxResults=0&location=US: Type not found: INTEGER at [3:15]
Looks like sqlalchemy columns aren't correctly mapped to the BigQuery SQL data type names.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to create tables in bigquery using
Base.metadata.create_all(engine)
, however what I'm getting is:Looks like sqlalchemy columns aren't correctly mapped to the BigQuery SQL data type names.
Any suggestions?
The text was updated successfully, but these errors were encountered: