niall-turbitt / e2e-mlops

[DEPRECATED] Demo repository implementing an end-to-end MLOps workflow on Databricks. Project derived from dbx basic python template
109 stars 126 forks source link

Data table error #65

Closed kenvuejnj closed 2 years ago

kenvuejnj commented 2 years ago

Hello, Thanks for setting up the e2e demo. This is very helpful. I'm trying to reproduce the process, but got the following error during the feature-table-creation step.

AnalysisException: Table or view not found: ibm_telco_churn.bronze_customers;
'UnresolvedRelation [ibm_telco_churn, bronze_customers], [], false

May I know where I can get the ibm_telco_churn.bronze_customers dataset? Thanks!

niall-turbitt commented 2 years ago

hi @kenvuejnj (apologies for the delay on this!)

ibm_telco_churn.bronze_customers is a table created from the following dataset. This will not be automatically available in your workspace - you will have to create this table (or update the config to point at this dataset) in your own workspace.

Hope this helps!

niall-turbitt commented 2 years ago

README now updated to reflect this! Thanks for catching!