databricks-demos / dbdemos

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

mlops-end2end : Resource not found /Users/mlops-end2end/_resources/00-prep-data-db-sq #66

Open snowch opened 10 months ago

snowch commented 10 months ago

I've run:

import dbdemos
dbdemos.install('mlops-end2end')

I've checked the job and it has the following failure message:

run failed with error message
 Notebook not found: /Users/xxxxx/mlops-end2end/_resources/00-prep-data-db-sql

If I click repair job, it appears to work. But has the warning:

data already existing. Run with reset_all_data=true to force a data cleanup for your local demo.

I'm guessing _resources/ is copied asynchronously?

QuentinAmbard commented 10 months ago

hum no the notebooks should be added before we start the job that's weird. You can ignore the message if the data exists it's then all good. I'll retry on my side see if I can reproduce