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 believe there is an option in the SBE decoding library that snake cases all of the decoded field names, this should be suppressed and default to verbatim transcoding of the field name as specified in the schema.
The text was updated successfully, but these errors were encountered:
However, naming requirements differ per output type. IE: BigQuery won't accept a dash '-' in a column name. So if we considered doing something like this we still need some way to sanitize field names based on the output type requirements.
I believe there is an option in the SBE decoding library that snake cases all of the decoded field names, this should be suppressed and default to verbatim transcoding of the field name as specified in the schema.
The text was updated successfully, but these errors were encountered: