by
Еmil
• New Contributor III
- 5375 Views
- 1 replies
- 1 kudos
My post was marked as Spam after trying to post the description of my issue so now I have posted the question on stackoverflow.
- 5375 Views
- 1 replies
- 1 kudos
by
Mpos
• New Contributor II
- 14307 Views
- 0 replies
- 1 kudos
When I attach a notebook to my cluster and run a cell the notebook is detached.Cell execution states:Waiting for compute to be readyThen the attached message is shown.Notebook detachedException execution context: java.net.SocketTimeoutException: Conn...
- 14307 Views
- 0 replies
- 1 kudos
- 2674 Views
- 1 replies
- 0 kudos
Hi, First foray into DLT and following code exerts from the sample-DLT-notebook.I'm creating a notebook with the SQL below:CREATE STREAMING LIVE TABLE sales_orders_rawCOMMENT "The raw sales orders, ingested from /databricks-datasets."TBLPROPERTIES ...
- 2674 Views
- 1 replies
- 0 kudos
Latest Reply
If you change the notebook default language as opposed to using magic command. I normally have it set to Python, I've wrongly assumed DLT would transpose as can't use magic command but have to change default in order for it to work.