Replies: 2 comments 1 reply
-
|
I don't think I understand your request. It sounds like this feature is provided by |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Example: would result in: this is quite practical as stated in the request |
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.
-
Hi there, it would be great to have the possibility to pass the data type for all fields to the deduce_schema function.
It's not that difficult to implement and could also just include STRING (as it makes the most sense)
e.g.:
generator.deduce_schema(input_data=data1, all_fields_as_string=True)Would return RECORD (REPEATED or STRUCT), or STRING for all other values in the Schema
This is quite beneficial if unknown and repeatedly changing data is loaded and processed via a Staging area in BigQuery
Beta Was this translation helpful? Give feedback.
All reactions