Skip to content

Releases: cognitedata/toolkit

v0.3.23

13 Dec 09:39
e8c91e3
Compare
Choose a tag to compare

cdf

Fixed

  • Running cdf auth init no works for CDF as the IDP provider.

Improved

  • You can now set the CDF_CLIENT_TIMEOUT and CDF_CLIENT_MAX_WORKERS to control the timeout and the number of
    workers used by Toolkit when communicating with CDF.

templates

No changes

Details

What's Changed

Full Changelog: v0.3.22...v0.3.23

v0.3.22

12 Dec 07:58
dca90b7
Compare
Choose a tag to compare

cdf

Fixed

  • Deploying GraphQL is no longer sensitive to the newlines inside of directives.
  • Functions are no longer always redeployed if indexUrl or extraIndexUrls are set in the Function resource.

templates

No changes

Details

Full Changelog: v0.3.21...v0.3.22

v0.3.21

11 Dec 12:09
d98d1e1
Compare
Choose a tag to compare

cdf

Fixed

  • [alpha feature] Deploying GraphQL now correctly ignores end-of-line comments in the .graphql file.

templates

No changes

Details

What's Changed

Full Changelog: v0.3.20...v0.3.21

v0.3.20

10 Dec 10:15
d02995c
Compare
Choose a tag to compare

CDF

Fixed

  • cdf deploy no longer raises a OSError when deploying a Transformation with the SQL query in the YAML file.

Templates

No changes

v0.3.19

09 Dec 09:39
eb9fe24
Compare
Choose a tag to compare

cdf

Added

  • [alpha feature] cdf purge dataset now supports purging resources with internal IDs.

Fixed

  • Replacing variables in an inline SQL query no longer removes the quotes around the variable.
  • Running cdf build on an older module will no longer raise an KeyError if the module.toml does
    not have a package key.
  • [alpha feature] cdf purge dataset no longer deletes LocationFilters
  • [alpha feature] GraphQL resources with views that specify a rawFilter no longer raise an error when
    running cdf deploy.
  • In the cdf dump datamodel command, properties that are overridden in a view are now correctly dumped.

Changed

  • [alpha feature] cdf purge now requires a confirmation before deleting resources.
  • Building a Transformation will store the .sql file in the build directory instead of inlined in the
    resource YAML file.

Improved

  • Consistent display names of resources in output table of cdf deploy and cdf clean.

templates

No changes to templates.

Details

New Contributors

Full Changelog: v0.3.18...v0.3.19

v0.3.18

04 Dec 07:35
ca0942c
Compare
Choose a tag to compare

cdf

Fixed

  • The toolkit.demo no longer fails du to wrong authentication variables.

templates

No changes to templates.

Details

Full Changelog: v0.3.17...v0.3.18

v0.3.17

02 Dec 14:40
40766b3
Compare
Choose a tag to compare

cdf

Improved

  • Toolkit will no longer give the warning UserWarning: Unknown capability in irrelevant cases.

Added

  • [alpha feature] Support Edges resources in the data_models directory.
  • [alpha feature] Support Event resources in the classic directory.
  • [alpha feature] Support Relpationship resources in the classic directory.
  • [alpha feature] New command cdf purge this enables you to delete a dataset or space and all resources
    connected to it. This is useful if you want to clean up your CDF project.

Fixed

  • Using cdf for the identity provider no longer makes assumption about IDP_CLIENT_SECRET format.
  • [alpha feature] Using GraphQL with an empty @view directive no longer raises
    an Failed to parse GraphQL schema error.

templates

Fixed

  • The user group in the QuickStart package now has capabilities to inspect the RAW tables and
    extraction pipelines.
  • Missing table diagramParsing in the QuickStart is now created.
  • Bug in the SQL transformation of the cdf_sharepoint modules.

Details

What's Changed

Full Changelog: v0.3.16...v0.3.17

v0.3.16

28 Nov 18:52
d440fdd
Compare
Choose a tag to compare

cdf

No changes

templates

Fixed

  • Bug in the QuickStart packages causing the P&ID contextualization to fail.

What's Changed

Full Changelog: v0.3.15...v0.3.16

v0.3.15

28 Nov 15:45
59a82cf
Compare
Choose a tag to compare

cdf

Improved

  • Better hint on activating plugins.

Fixed

  • Error message in Auth process shows correct variable names IDP_CLIENT_ID and IDP_CLIENT_SECRET.

templates

No changes

v0.3.14

27 Nov 08:32
80843f0
Compare
Choose a tag to compare

cdf

Added

  • Support for authentication with CogIDP

templates

No changes to templates.

Details

Full Changelog: v0.3.13...v0.3.14