Forum Discussion
Notebook running from data pipeline wants a schema
- 1 year ago
Yes schema support is very much still in preview but we're not using Schema supported lakehouses. It feels like the data pipeline is making the notebook think the lakehouses are schema supported.
Hi bcdobbs ,
Yeah its a strange when pipeline suddenly stops running.
In your error message it has LH_Raw.LH_Raw why it is displaying schema name twice ? Is there any change in your pipeline or its parameters?.
'Error name - AnalysisException, Error value - [SCHEMA_NOT_FOUND] The schema `Lakehouse_Dev.LH_Raw.LH_Raw` cannot be found.
Regards,
Srisakthi
Afraid not. Notebook is doing
saveAsTable(LH_Raw.table_name).
It runs ok on it's own but it feels like when it runs in context of notebook it thinks the lakehouse is schema enabled and suddenly expects workspace.lakehouse.schema. table_name instead