Replies: 5 comments
-
Can you post the |
Beta Was this translation helpful? Give feedback.
-
I can't, sorry. It's company data, but I can inform that is a json response that I've sliced up like this, so it turned as a simple dictionary:
|
Beta Was this translation helpful? Give feedback.
-
You are prudent to avoid posting internal company data. The usual way around that is to reduce your input data to the smallest needed to reproduce the bug (you should need only a single line), then replace the data elements with dummy data, while preserving the structure of the input. I cannot see what your input data format is, but clearly it is not consistent with what I hope this is sufficient, because I am not able to support a for-profit company with my free labor much further. Good luck! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the effort on documentation! I went for google cloud storage since having trouble, but I will go back to this issue, and BigQuery, in short notice and perhaps use your generator again. |
Beta Was this translation helpful? Give feedback.
-
Ok, good luck. |
Beta Was this translation helpful? Give feedback.
-
Following the readme tutorial, I reproduced the steps:
the input_data is a dictionary, which I specified in the generator configurations.
The exception raised is: Exception: Unexpected type '<class 'tuple'>' for schema_map
Beta Was this translation helpful? Give feedback.
All reactions