Hi Airflow community, Does anyone have a recommendation on how I run a database query and then email the results in a nicely formatted HTML table to a list of emails?
I'm thinking of using a MySQLOperator + EmailOperator and passing the results between the two tasks using xcom, but I'm also thinking that I could just use a PythonOperator and manually add in the db connection and query. Anyone have recommendation on how they do it? Thanks, Anne
