Hello,
We have trouble deploying new container via cdc-toolkit after changing an attribute property. We have the following error:
cognite.client.exceptions.CogniteAPIError: Cannot change type for property │
│ 'PullDate' in container 'space:container'. | code: 400
Notes;
- This container contains data before this change
- We incremented the model version to a new major one
- We have consumers consuming the current version
What is the best practice for handling this kind of changes with the least effect on our current consumers ?
Thanks,