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

Enable rename of fields in proto definitions #19

Open
devdinu opened this issue Jul 19, 2019 · 0 comments
Open

Enable rename of fields in proto definitions #19

devdinu opened this issue Jul 19, 2019 · 0 comments
Labels
Feature features which is of higher priority

Comments

@devdinu
Copy link
Contributor

devdinu commented Jul 19, 2019

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

@devdinu devdinu added the Feature features which is of higher priority label Jul 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature features which is of higher priority
Projects
None yet
Development

No branches or pull requests

1 participant