ploomber / ploomber-engine

A toolbox 🧰 for Jupyter notebooks 📙: testing, experiment tracking, debugging, profiling, and more!
https://engine.ploomber.io
BSD 3-Clause "New" or "Revised" License
59 stars 14 forks source link

Modify --save-profiling-data to accept File Path(Ploomber Engine CLI) #65

Closed mehtamohit013 closed 1 year ago

mehtamohit013 commented 1 year ago

When running ploomber-engine through CLI with the --save-profiling-data argument, the profiling data is stored by default in output-profiling-data.csv. Add the functionality so that the argument can take the custom path for CSV like ./logs/output.csv

tonykploomber commented 1 year ago

Working on this

edublancas commented 1 year ago

let's not break the API with this change,

--save-profiling-data

should behave the same, and optionally take an argument

--save-profiling-data path/to.csv