Replies: 1 comment 1 reply
-
@nabheet did you end up figuring this out? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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