V0.4.0
What's Changed Summary
This release includes several enhancements and fixes: bug fixes, schema.yml file generation, updated documentation, improvements to pip installation, configurable thread properties via the profile.yml file, extended timeout configuration up to 7 days, default lakehouse settings configuration in notebook metadata, updated command line help text, altered wrapper to cater for single model build and publish, and the addition of a hash to the notebook description to track notebook changes and allow for improved upload times
What's Changed details
Bug fixes
- Changes to include GUID in url instead of workspace and lakehouse name by @KRodriguez-Insight in #120
- Add setuptools dependency into requirements.txt and setup.py by @insightgrantkrieger in #116
- Fix to exclude empty lake house form yml generation by @KRodriguez-Insight in #128
- Fix to convert schema to lower case for snapshot by @KRodriguez-Insight in #138
- Feature/schemayml nonjsoncharfix issue#31 by @KRodriguez-Insight in #142
Documentation updates
- Feature/developer and user guide doc updates by @annstephyjose in #101
- Feature/v0.4.0 by @jrampono in #113
- tweaking styles by @jrampono in #114
Schema.yml file generation
- Changes related to schema yaml generation by @KRodriguez-Insight in #125
Imovements to pip installation and default lakehouse settings configuration in notebook metadata
- High Concurrency support, Only install packages that are not available Feature/excludenotebookcells2 by @cheinamann in #132
(Note):- On the initial deployment, all notebooks will be replaced due to metadata changes.
Extended timeout configuration up to 7 days
- Feature/addtimeoutconfig by @cheinamann in #119
Updated command line help text
- Feature/updatewrapperhelptext by @cheinamann in #105
Addition of a hash to the notebook description to track notebook changes
- Feature/notebook hash#87 jm by @JacquesInsight in #134
(Note):- On the initial deployment, all notebooks will be replaced due to metadata changes.
Configurable thread properties via the profile.yml file
- Thread property update in notebook by @KRodriguez-Insight in #140
Altered wrapper to cater for single model build and publish
- Feature/issuetags by @insightgrantkrieger in #137
Full Changelog: V0.3.0...V0.4.0