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 have a working example of sending OTEL traces to BigQuery using pubsub but the data is stored in a binary column in a BQ Table. It also seems encoded in base64 when I query the data. I don't understand enough to know exactly how to accomplish this, but I need the data to be queryable in JSON format. I feel like it should be possible. I think these should be the steps:
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
-
I have a working example of sending OTEL traces to BigQuery using pubsub but the data is stored in a binary column in a BQ Table. It also seems encoded in base64 when I query the data. I don't understand enough to know exactly how to accomplish this, but I need the data to be queryable in JSON format. I feel like it should be possible. I think these should be the steps:
The messages must be nested otherwise the schema doesnt get created with too many objects or some error.
Now I get the following error:
Does this mean that I still need to define a table schema even though I told the subscription to use the Topic schema? And what should it be?
I had this but I am quite confused so hoping someone who has done this before could guide me PLEASE!!!!!!
PS: the code examples are from Python Pulumi GCP.
Beta Was this translation helpful? Give feedback.
All reactions