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
We are attempting to sync multiple subcollections to bigquery using the "Stream Firestore to BigQuery"
We have this working well for some of our collections, however we cannot install this for subcollections deeper than one.
for example, collection/{wildcard}/subcollection works
however, collection/{wildcard}/subcollection/{wildcard}/deeperSubcollectoon does not work
I imagine the script does not allow mutliple wildcards, however I want to ask here first before we go and develop our own solution for this problem. Is there a better method to push these deep subcollections to bigquery?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team,
We are attempting to sync multiple subcollections to bigquery using the "Stream Firestore to BigQuery"
We have this working well for some of our collections, however we cannot install this for subcollections deeper than one.
for example, collection/{wildcard}/subcollection works
however, collection/{wildcard}/subcollection/{wildcard}/deeperSubcollectoon does not work
I imagine the script does not allow mutliple wildcards, however I want to ask here first before we go and develop our own solution for this problem. Is there a better method to push these deep subcollections to bigquery?
Beta Was this translation helpful? Give feedback.
All reactions