Forum Discussion
rui_mtcarvalho
3 years agoFrequent Visitor
Dataframe write to Warehouse through Notebook. Is possible?
Hi, I believe is not possible to save the content from a dataframe directly to a Warehouse. Since I can only run Notebooks on Lakehouse. Is this true? Or theres a way to do it that I´m not s...
- 2 years ago
rui_mtcarvalho you can write the data to lake house and use it with three part name in warehouse
Here is the Session where pawel showed this in our community session , skip to 1:02
https://www.youtube.com/watch?v=u7peyrNhYgw
Anonymous
2 years agoNot applicable
Do you need it in the Warehouse given you can consume it in the Warehosue from the Lakehouse with no perceivable performance impact ?
If you do then why not use a datapipeline to run your notebook to load to the warehouse and then use a on success copy data activity to move to from lakehouse to warehouse ?