databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
460 stars 156 forks source link

Update post-gen hooks to cleanup feature store notebooks, if not selected #54

Closed vladimirk-db closed 1 year ago

vladimirk-db commented 1 year ago

Description: see title. Feature store notebooks were being generated even if the "include_feature_store" option was not enabled.

Tested: added unit tests.