ml-app-deployer icon indicating copy to clipboard operation
ml-app-deployer copied to clipboard

mlPrintForestPlan doesn't look at payload-driven forest creation

Open dmcassel opened this issue 6 years ago • 3 comments

If you set up forests under ml-config/forests/my-db/my-db-forests.json and then run mlPrintForestPlan, the output will not be based on the content of my-db-forests.json.

dmcassel avatar Jan 28 '19 14:01 dmcassel

This is by design - the preview feature is to show what forests will be produced based on the properties. Whereas the "custom forest" approach - i.e. ml-config/forests/(database)/file.json - explicitly defines the forests, and thus the preview feature isn't needed.

This may be a scenario not designed for yet - using custom forests, but then also use properties to generate replicas. Is that correct?

rjrudin avatar Jan 28 '19 16:01 rjrudin

Correct. It would be useful to get a preview showing replicas if they are property-driven, even if the forests are payload-driven.

dmcassel avatar Jan 28 '19 17:01 dmcassel

Prioritizing this a bit lower for now

rjrudin avatar Feb 08 '19 18:02 rjrudin