EmailOperator
Apache AirflowSends an email.
Access Instructions
Install the Apache Airflow provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
Sends an email.
Example DAGs
A DAG that runs multiple, parameterized dynamic queries against a Greenplum database based on a list of provided states using the PostgresOperator, and then sends an email upon successful completion u…
Example DAG from the Astronomer Azure Operators tutorial to ingest sample COVID-19 tracking data into Azure Blob Storage and setting up email alerts after workflow completion.
Custom operator to sand GET request to provided url
Using the KubernetesPodOperator to execute Talend jobs. The Talend jobs are containerized, saved to a registry, and then orchestrated from Airflow.