user3878636
user3878636

Reputation: 183

Does Google BigQuery support jsonb as data type?

We are thinking move from PostgreSql to Google BigQuery. PostGresql support Jsonb as a data type. Can someone tell me does BigQuery also support that type?

Upvotes: 1

Views: 1411

Answers (1)

Elliott Brossard
Elliott Brossard

Reputation: 33735

You can read about supported data types in the documentation. There is no jsonb type, but you may be interested in the related feature request for a JSON type, which has some workarounds.

Upvotes: 4

Related Questions