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
A schema might contain two fields with names like exampleField and example_field i.e. both snake case and camel case.
When we normalize field names for BigQuery those two fields both get normalized to the same example_field, and this creates problems for loading the data.
There should be a linter, so that if a schema would contain clashing field names after normalization then it produces a warning.
The text was updated successfully, but these errors were encountered:
A schema might contain two fields with names like
exampleField
andexample_field
i.e. both snake case and camel case.When we normalize field names for BigQuery those two fields both get normalized to the same
example_field
, and this creates problems for loading the data.There should be a linter, so that if a schema would contain clashing field names after normalization then it produces a warning.
The text was updated successfully, but these errors were encountered: