v0.2.4
cdf-tk
Added
- [Feature Preview] Support for resource type
Asset
in theassets
folder. Turn on the feature by running
cdf-tk features set assets --enable
.
Improved
- When running
cdf-tk build
and the selected modules is missing, the user will now get a hint about
how to fix the issue. - When running
cdf-tk build
and a module contains non-resource directories, the user will now get a warning
that the directory is not a resource directory.
Fixed
- The data type of variables
config.[env].yaml
file is now preserved. For example, if you hadmy_variable: "123"
,
then thecdf-tk build
would build the resource file with the number instead of the string,my_variable: 123
.
This is now fixed. - File configurations given as a list/array, lost the
dataSetExternalId
in thecdf-tk deploy
command.
This is now fixed. - Added missing required dependency
packaging
tocognite-toolkit
.
Templates
No changes to templates.
Details
- [CDF-21868] ⛓️💥Missing dataset by @doctrino in #684
- [CDF-21053] 😋Support key column in raw by @doctrino in #685
- [CDF-21869]🤡 Persist variable data type by @doctrino in #682
- [CDF-21669, CDF-21832] 💦Module Creation Issues by @doctrino in #680
- [CDF-21861] 🏭 Preview feature support for Assets by @doctrino in #688
- [CDF-21894] 🥺Feature preview dump assets by @doctrino in #689
- Fix require packaging by @doctrino in #694
- Prepare 0.2.4 by @doctrino in #695
Full Changelog: v0.2.3...v0.2.4