Streaming Firestore data to BigQuery in a JSON column format #1734
Unanswered
jonathanrboniface
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Originally, this feature was only available in Alpha. We have a PR in progress #919 which may still need some additional work. If there is enough interest we could potentially escalate this as a feature. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have noticed that the Firestore BigQuery Export extension streams data to BigQuery and stores the JSON data in a table with a column format of STRING. I have not found any guidance in the extension's documentation on how to change the column format to JSON. Is this functionality supported?
The reason I am asking is that I want to improve the performance of my queries. Currently, I need to use JSON functions to extract the data from the string, but I would prefer to be able to query the data directly. This is in accordance with the guidance on Working with JSON data: https://cloud.google.com/bigquery/docs/json-data.
Beta Was this translation helpful? Give feedback.
All reactions