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