Skip to content

Add a linter for clashing normalized field names #126

@istreeter

Description

@istreeter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions