Skip to content

v0.3.3

Compare
Choose a tag to compare
@doctrino doctrino released this 15 Oct 09:25
57352a5

cdf

Fixed

  • Running cdf deploy --verbose will no longer raise a ToolkitRequiredValueError 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,
    and cdf_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 from ice_cream_api and oee
  • Module bootcamp default config removed from ice_cream_api

Fixed

  • Added missing default variable scheduleHourly to InField module cdf_infield_common.
  • The property featureConfiguration is in the APM_Config is now correctly a blob and not a list of blobs. This
    impacted the InRobot and InField options in cdf modules init and cdf modules add.
  • Module bootcamp error in calculation of site names for ooe_timeseries
  • Module bootcamp comment for icapi_extractors_source_id incorrect.
  • Added missing dataset ds_asset_oid to cdf_data_pipeline_3d_valhall example.
  • Added missing RAW table asset_oid_workmate to cdf_data_pipeline_asset_valhall example.
  • Added missing RAW table files_oid_fileshare and dataset ds_asset_oid to cdf_data_pipeline_files_valhall example.
  • Added missing dataset ds_asset_oid to cdf_data_pipeline_timeseries_valhall example.

Details

Full Changelog: v0.3.2...v0.3.3