I have a problem when I run a notebook through a notebook with the notebookutils that has another default lakehouse than the notebook making the call. I try to use a medallion approach where bronze layer notebook is running the silver layer notebook to store data in a silver lakehouse. When the silver notebook runs it's default lakehouse seems to be inherited from the notebook calling from my Bronze layer. I did a lot of research but didn't find a solution - maybe you did 🙌
@AleksiPartanenTechАй бұрын
I haven't had the setup and the issue you describe. Also, it seems a bit strange that when you use notebookutils that it will inherit that default lakehouse from a notebook that is calling the notebook. When using %run command to run other notebooks I would imagine to having that exact issue.