Skip to content

Releases: cognitedata/toolkit

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

v0.3.13

26 Nov 14:59
ddfe04c
Compare
Choose a tag to compare

cdf

Fixed

  • When using the commands cdf deploy/clean, the Toolkit no longer warns about unrelated resources
    that are not part of the deployment.
  • When using `cdf deploy/clean/build, the Toolkit no longer warns about duplicated RAW databases.
  • Changes to Streamlit app code were not deployed. This is now fixed.

templates

Changed

  • The modules cdf_idm_extension and cdf_idm_extension_full are renamed to cdf_process_industry_extension and
    cdf_process_industry_extension_full respectively.
  • The Source System data pipelines now requires cdf_process_industry_extension and writes to the extension model
    instead of the Core model.
  • The modules in Source System, Contextualization, and Industrial Tool packages now use shared resources
    in cdf_common.

Details

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12

21 Nov 13:13
d5bd15d
Compare
Choose a tag to compare

cdf

Added

  • [Alpha feature] Support for specifying list of variables under modules in config.[env].yaml file.
    This allows you to reuse the same module with different variables.
  • [Alpha feature] GraphQL now supports the preserveDml parameter.

templates

Added

  • Added new modules cdf_entity_matching in the contextualization package. This contains a pipeline for
    doing entity matching based on the Cognite Core model.

Fixed

  • Bug in extension models in the models package. The through field was not correctly set. In addition,
    simplified the CogniteCore and CogniteProcessIndustries minimum extension models further. Finally, all
    containers were duplicated. This has been fixed.
  • Bug in cdf_sap_assets causing the asset transformation to fail to a READ access error.

Details

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11

19 Nov 09:26
6ec9c15
Compare
Choose a tag to compare

cdf

Fixed

  • In cdf build when loading config.[env].yaml the Toolkit now correctly prefers variables deeper, more
    specific, in the hierarchy over more general variables.
  • If assets are specified as .csv or .parquet in the module, they are now deployed, also if there are no
    other classic resources.
  • [Alpha feature] cdf build will no longer copy content YAML files to the build directory.
  • [Alpha feature] cdf deploy will no longer deploy GraphQL resources if they are not changed.

Improved

  • The cdf auth verify no longer gives UserWarning is the user has unknown capabilities.

templates

No changes to templates.

Details

What's Changed

Full Changelog: v0.3.10...v0.3.11

v0.3.10

14 Nov 08:14
02c3cf3
Compare
Choose a tag to compare

cdf

Fixed

  • cdf auth verify no longer asks to update missing capabilities if there are no missing capabilities.
  • run function local now works with functions that are importing adjacent modules.
  • Environment variables were not replaced in Functions. This is now fixed.

Improved

  • run function local give a more informative error message if the function code cannot be imported.

  • run function local now automatically loads environment variables from .env file. This is useful if you want to
    run the run_check.py script manually, for example, in debug mode with your IDE.

    templates

    No changes

v0.3.9

12 Nov 10:30
e1c0966
Compare
Choose a tag to compare

cdf

Added

  • [alpha-feature] --force-update flag to cdf deploy to force update of all resources even if they are not changed.

templates

No changes

Details

Full Changelog: v0.3.8...v0.3.9