Releases: cognitedata/toolkit
Releases · cognitedata/toolkit
v0.3.18
v0.3.17
cdf
Improved
- Toolkit will no longer give the warning
UserWarning: Unknown capability
in irrelevant cases.
Added
- [alpha feature] Support
Edges
resources in thedata_models
directory. - [alpha feature] Support
Event
resources in theclassic
directory. - [alpha feature] Support
Relpationship
resources in theclassic
directory. - [alpha feature] New command
cdf purge
this enables you to delete adataset
orspace
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
anFailed 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 theQuickStart
is now created. - Bug in the SQL transformation of the
cdf_sharepoint
modules.
Details
What's Changed
- [CDF-23431] 😢Quickstart issues by @doctrino in #1247
- [CDF-23451] Rename feature to alpha flags by @doctrino in #1248
- [CDF-23406] 🫣Support edges by @doctrino in #1250
- [CDF-23432]🙄Contextualization Issue by @doctrino in #1254
- [CDF-23402] 😔 GraphQL parser bug by @doctrino in #1257
- [CDF-23454] 😟Support events by @doctrino in #1251
- [CDF-23456] 😺 feat: Better error messages by @doctrino in #1259
- [CDF-23455] 🤫 Support relationships by @doctrino in #1252
- [CDF-23413] 👻Remove irrelevant warnings by @doctrino in #1258
- [CDF-23390] 😸 Cog IDP fixes by @doctrino in #1260
- [CDF-23461] 🧑🔧 Sharepoint SourceSystem fix by @doctrino in #1264
- [CDF-23429] 🤯 Purge command by @doctrino in #1253
- Prepare 0.3.17 by @doctrino in #1265
Full Changelog: v0.3.16...v0.3.17
v0.3.16
v0.3.15
v0.3.14
v0.3.13
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
andcdf_idm_extension_full
are renamed tocdf_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
incdf_common
.
Details
What's Changed
- [CDF-23334] 😋 CDF common by @doctrino in #1221
- [CDF-23326, CDF-23363, CDF-22835] 🦕 Source systems to extended model by @doctrino in #1226
- [CDF-23335] 🦎User group by @doctrino in #1227
- [CDF-23339] 🐙QuickStart demo by @doctrino in #1228
- [CDF-23379] Streamlit bug by @ronpal in #1233
- [CDF-23377] 😬QuickStart AuthVerify by @doctrino in #1232
- Prepare 0.3.13 by @doctrino in #1234
Full Changelog: v0.3.12...v0.3.13
v0.3.12
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 thecontextualization
package. This contains a pipeline for
doing entity matching based on the Cognite Core model.
Fixed
- Bug in extension models in the
models
package. Thethrough
field was not correctly set. In addition,
simplified theCogniteCore
andCogniteProcessIndustries
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
- [CDF-22706] 🥷 Repeat modules by @doctrino in #1216
- [CDF-23212] 🤡 Entity matching by @doctrino in #1183
- [CDF-23338] Notification create/update bug by @ronpal in #1220
- [CDF-23327] 🤠 Preserve DML by @doctrino in #1219
- [CDF-23311] 😬Through bug by @doctrino in #1217
- [CDF-23312] 🧑🔧 Workaround asset asset by @doctrino in #1218
- Prepare 0.3.12 by @doctrino in #1222
Full Changelog: v0.3.11...v0.3.12
v0.3.11
cdf
Fixed
- In
cdf build
when loadingconfig.[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 contentYAML
files to the build directory. - [Alpha feature]
cdf deploy
will no longer deployGraphQL
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
- One more badge by @doctrino in #1200
- [CDF-22717] Avoid always rededploy by @doctrino in #1204
- [CDF-23025] 😑Skip non resource yaml on required kind by @doctrino in #1208
- [CDF-22422] 😷 Tests without feature flags by @doctrino in #1210
- [CDF-23279] 🥴 Variable priority order by @doctrino in #1211
- [CDF-23165] 😳Regression fix by @doctrino in #1212
- [CDF-23191, CDF-23207] 😢 Lonely csv by @doctrino in #1209
- [CDF-23264] 🙊 Auth verify Warning by @doctrino in #1213
- Prepare 0.3.11 by @doctrino in #1214
Full Changelog: v0.3.10...v0.3.11
v0.3.10
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 therun_check.py
script manually, for example, in debug mode with your IDE.templates
No changes