Hello,
I have a table on Azure Databricks that I keep updating with the "A" notebook.
And I want to real time plotting the query result from the table (let's say SELECT COUNT(name), name FROM my_schema.my_table GROUP BY name).
I know about Azure Application Insights, but is it possible to plot it in real time in some notebook "B" or some other way?
Best regards,
Łukasz