Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQueryTable spec.schema cannot be updated #2975

Open
3 tasks done
vs-odie opened this issue Oct 22, 2024 · 1 comment
Open
3 tasks done

BigQueryTable spec.schema cannot be updated #2975

vs-odie opened this issue Oct 22, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vs-odie
Copy link

vs-odie commented Oct 22, 2024

Checklist

  • 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

@vs-odie vs-odie added the enhancement New feature or request label Oct 22, 2024
@alexguanga
Copy link

alexguanga commented Oct 23, 2024

@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?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants