v0.3.3
cdf
Fixed
- Running
cdf deploy --verbose
will no longer raise aToolkitRequiredValueError
when creating a new
FunctionSchedule
. - If
--verbose
is set on any command and an error occurs, the Toolkit will now print a full traceback.
Templates
Changed
- The
cdf_location_filter_example
has been split into two separate modules:cdf_location_asset_centric
,
andcdf_location_datamodel_based
. This is to better demonstrate the different ways to filter locations in CDF.
Removed
- Module
bootcamp
data_sets and raw modules removed fromice_cream_api
andoee
- Module
bootcamp
default config removed fromice_cream_api
Fixed
- Added missing default variable
scheduleHourly
toInField
modulecdf_infield_common
. - The property
featureConfiguration
is in theAPM_Config
is now correctly a blob and not a list of blobs. This
impacted the InRobot and InField options incdf modules init
andcdf modules add
. - Module
bootcamp
error in calculation of site names forooe_timeseries
- Module
bootcamp
comment foricapi_extractors_source_id
incorrect. - Added missing dataset
ds_asset_oid
tocdf_data_pipeline_3d_valhall
example. - Added missing RAW table
asset_oid_workmate
tocdf_data_pipeline_asset_valhall
example. - Added missing RAW table
files_oid_fileshare
and datasetds_asset_oid
tocdf_data_pipeline_files_valhall
example. - Added missing dataset
ds_asset_oid
tocdf_data_pipeline_timeseries_valhall
example.
Details
- [CDF-22868] 🐋Fix APMConfig container by @doctrino in #1084
- [CDF-22859] ☕ Create boilerplate Azure Devops pipelines with repo init command by @ronpal in #1075
- Bootcamp config update by @petreeb in #1086
- [CDF-22820] 😋Bump to stable by @doctrino in #1089
- [CDF-22819]🔥 Raise if error in Build by @doctrino in #1090
- [CDF-22867] 😵💫 Function Schedule bug by @doctrino in #1085
- [CDF-22863] 😯 Build packages without warnings Part 1 by @doctrino in #1087
- [CDF-22863] 😯 Build packages without warnings Part 3 by @doctrino in #1092
- [CDF-22882] ⚾ Remove catching broad exceptions by @doctrino in #1093
- [CDF-22895] Update location filters by @doctrino in #1094
- Prepare 0.3.3 by @doctrino in #1095
Full Changelog: v0.3.2...v0.3.3