how can I use API integration in Opsgenie with Apache Airflow so that I can receive alert when the pipeline(or DAG) runs successfully or failed.
Hi @Amratesh ,
Since Airflow does not have a prebuilt integration with Opsgenie, you will need to build your own connection by first installing the packages here:
https://airflow.apache.org/docs/apache-airflow-providers-opsgenie/stable/index.html#installation
Then you can use the Opsgenie SDK to connect to the Opsgenie API:
https://docs.opsgenie.com/docs/opsgenie-python-api-v2-1
Here are instructions for settings up the API integration within your Opsenie account:
https://support.atlassian.com/opsgenie/docs/create-a-default-api-integration/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.