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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[0.13.1] - 11-06-23
Added
Configurable cdf client timeout and max workers size. See getting started for details.
Additional logic for handling CogniteReadTimeoutError and CogniteDuplicatedError during retries. This is an attempt
to handle cases when under heavy load, requests to CDF may timeout even though the requests were processed successfully
in eventual consistancy manner.
[0.13.0] - 11-06-23
Added
Configuration option for metadata keys used by neat in the sheet2cdf workflow.
[0.12.10] - 11-06-23
Improved
cognite-neat package metadata.
[0.12.9] - 11-06-23
Fixed
Existing CDF asset without a label caused the sheet2cdf workflow to fail. This is now fixed.
[0.12.8] - 09-06-23
Fixed
Clean labels from assets which do not exist in CDF. This one does the cleaning correct, while 0.12.7 assumed
the wrong internal format for asset, and thus, did not work.
[0.12.7] - 07-06-23
Fixed
Handling assets in CDF with non-existing labels.
[0.12.6] - 06-06-23
Fixed
Handling assets without labels in CDF.
[0.12.5] - 04-06-23
Added
Automatic update (configurable) of workflow configurations (using new file name) on the rules file upload completion
Automatic triggering (configurable) of workflow execution on rules file upload completion