databricks-demos/dbdemos

Install codes only without running

Opened this issue · 3 comments

Hi Team,

I just need to clone all the demos inside my workspace without running cluster.
Is there any option to do this

Sure, just add start_cluster = False and it should do what you want

No despite that it is still running cluster and jobs in background which is painful
@QuentinAmbard

ah I see it'll be starting the job at the end (you can also use use_current_cluster to avoid cluster creation)
I can add an option to only load the notebooks let me reopen this