Hi everyone,
Iโm working with a Databricks notebook where I run a SQL query using spark.sql. The query returns a small result set (mainly counts or summary values).
Once the notebook finishes running, I need to automatically send the query result from the Databricks notebook to an email (Outlook).
Iโm looking for the simplest and commonly used approach to do this directly from a Databricks notebook, just a clean and reliable solution.
Any guidance or best practices would be appreciated.
Thanks