Releases: cognitedata/toolkit
Releases · cognitedata/toolkit
v0.3.23
cdf
Fixed
- Running
cdf auth init
no works forCDF
as theIDP
provider.
Improved
- You can now set the
CDF_CLIENT_TIMEOUT
andCDF_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
cdf
Fixed
- Deploying
GraphQL
is no longer sensitive to the newlines inside of directives. - Functions are no longer always redeployed if
indexUrl
orextraIndexUrls
are set in theFunction
resource.
templates
No changes
Details
- [CDF-23535] 👷 Redeploy issue index url by @doctrino in #1292
- Print graphql model ids by @doctrino in #1294
- [CDF-23536] 🥷 GraphQL Issue by @doctrino in #1293
- Prepare 0.3.22 by @doctrino in #1296
Full Changelog: v0.3.21...v0.3.22
v0.3.21
cdf
Fixed
- [alpha feature] Deploying
GraphQL
now correctly ignores end-of-line comments in the.graphql
file.
templates
No changes
Details
What's Changed
- [CDF-23346] 😬 Template expand name issue by @doctrino in #1281
- 🚆Prepare pull rework by @doctrino in #1284
- [CDF-23515] 🤔GraphQL Comment issue by @doctrino in #1289
- Prepare 0.3.21 by @doctrino in #1290
Full Changelog: v0.3.20...v0.3.21
v0.3.20
v0.3.19
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 anKeyError
if themodule.toml
does
not have apackage
key. - [alpha feature]
cdf purge dataset
no longer deletesLocationFilters
- [alpha feature]
GraphQL
resources with views that specify arawFilter
no longer raise an error when
runningcdf 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
andcdf clean
.
templates
No changes to templates.
Details
- Fix package error by @doctrino in #1272
- [CDF-23474] 💥 Purge round 2 by @doctrino in #1273
- Update README.md by @gaetan-h in #1274
- [CDF-23457] 😛Unexpected behavior of dump by @doctrino in #1275
- [CDF-21797] 🙃Print only once by @doctrino in #1276
- [CDF-23401] 😊 Transformation sql in build folder by @doctrino in #1277
- [CDF-23462] 🥲 Missing quotes by @doctrino in #1278
- Prepare 0.3.19 by @doctrino in #1282
New Contributors
Full Changelog: v0.3.18...v0.3.19
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