databricks-demos / dbdemos

Demos to implement your Databricks Lakehouse
Other
255 stars 80 forks source link

Install codes only without running #103

Open SomanathSankaran opened 5 months ago

SomanathSankaran commented 5 months ago

Hi Team,

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

QuentinAmbard commented 5 months ago

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

SomanathSankaran commented 5 months ago

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

QuentinAmbard commented 5 months ago

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