Open pythonruss opened 1 year ago
+1
This is a need for me as well. Having to coerce column values after-the-fact (json.loads
) is not obvious at first glance and shouldn't be necessary for a DB-API where the proper types are supported in the underlying DB flavor (BigQuery Standard).
I also need JSON column types
I also really need this feature, is there any plans to implement this soon?
Also want to request this feature.
any news on this, i also need this.
Bigquery standard sql supports a json column type link
it is not supported as a dialect type in this package link
I'm sure many users will have a need for a nested column with no predefined schema, struct doesn't cover flexible nested records