Skip to content

Releases: cognitedata/toolkit

0.7.230

01 Apr 11:25
5638986

Choose a tag to compare

Changelog

Fixed

  • cdf run workflow --wait no longer crashes with ValueError: Invalid input to WorkflowIds.load.

0.7.229

01 Apr 10:41
6c2620d

Choose a tag to compare

Changelog

Fixed

  • Fix a permission error when deploying DM instances with a service
    account that has datamodelinstances:write but not
    datamodelinstances:write_properties.

0.7.228

01 Apr 10:21
73a069b

Choose a tag to compare

Changelog

Fixed

  • Fixes an issue with duplicate CLI short flags in the cdf dev run workflow command. Some short flags are renamed: --external-id now
    maps to -x and and --version maps to -n.

0.7.227

31 Mar 12:21
e5cc67e

Choose a tag to compare

Changelog

Improved

  • Improved the wording of the project confirmation prompt in cdf data upload dir

0.7.226

31 Mar 09:25
ff1f61e

Choose a tag to compare

Changelog

Fixed

  • Fixed an issue that caused large sets of highly interconnected views
    to fail to deploy

0.7.225

30 Mar 17:28
03f21bb

Choose a tag to compare

Changelog

Fixed

  • Neat is no longer a required dependency. This bug was introduced in
    0.7.223.

0.7.224

30 Mar 13:45
723639b

Choose a tag to compare

Changelog

Fixed

  • Sensitive flag values (e.g. --project, --env-file) are no longer
    sent to Mixpanel. Only known CLI command/subcommand names are tracked.

0.7.223

30 Mar 13:29
4e9b238

Choose a tag to compare

Changelog

Added

  • Updates to usage tracking

0.7.222

30 Mar 07:32
5c2354e

Choose a tag to compare

Changelog

Improved

  • [alpha] When running cdf migrate assets/events/files/timeseries/annotations, Toolkit will now check that
    the target instance space(s) exist before starting.

0.7.221

27 Mar 13:36
5b3dcd7

Choose a tag to compare

Changelog

Fixed

  • [alpha] When running cdf migrate assets/events/files/timeserise in
    interactive mode, Toolkit will no longer fail with ValueError: Limit must be between 1 and 1000, got -1..