Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Enable rename of fields in proto definitions #19

@devdinu

Description

@devdinu

We can't change bigquery schema once created specifically renaming field, but in protobuf context renaming field is allowed.

Since the data type is not changed, we should be able to update the ColumnMapping without breaking the data flow.

message order {
  string order_number = 1
}

becomes

message order {
  string order_no = 1
}

beast should update its column mapping and push the same field in bigquery order_number

Metadata

Metadata

Assignees

No one assigned

    Labels

    Featurefeatures which is of higher priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions