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 did not find a related open enhancement request.
I understand that enhancement requests filed in the GitHub repository are by default low priority.
If this request is time-sensitive, I have submitted a corresponding issue with GCP support.
Describe the feature or resource
currently, the json schema for bigquery tables cannot get updated with kcc, even if this is not indicated in the documentation.
when trying to update we are receiving the following error
bigquerytable-controller Update call failed: cannot make changes to immutable field(s): [Field Name: schema, Got: [{"description":"column created initially with kcc","mode":"REQUIRED","name":"test_column","type":"STRING"},{"description":"column created with kcc on an already existing datatable","mode":"REQUIRED","name":"test_column_2","type":"STRING"}], Wanted: [{"description":"column created initially with kcc","mode":"REQUIRED","name":"test_column","type":"STRING"}]]; please refer to our troubleshooting doc: https://cloud.google.com/config-connector/docs/troubleshooting
is it actually intended, that the table schema cannot get updated with kcc?
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered:
@vs-odie - There's a similar issue already opened for this. I am also running into a similar issue 😔. (I am assuming kcc is an acronym for Kubernetes Config Connector btw?)
Checklist
Describe the feature or resource
currently, the json schema for bigquery tables cannot get updated with kcc, even if this is not indicated in the documentation.
when trying to update we are receiving the following error
bigquerytable-controller Update call failed: cannot make changes to immutable field(s): [Field Name: schema, Got: [{"description":"column created initially with kcc","mode":"REQUIRED","name":"test_column","type":"STRING"},{"description":"column created with kcc on an already existing datatable","mode":"REQUIRED","name":"test_column_2","type":"STRING"}], Wanted: [{"description":"column created initially with kcc","mode":"REQUIRED","name":"test_column","type":"STRING"}]]; please refer to our troubleshooting doc: https://cloud.google.com/config-connector/docs/troubleshooting
is it actually intended, that the table schema cannot get updated with kcc?
Additional information
No response
Importance
No response
The text was updated successfully, but these errors were encountered: