ServiceNow integration with Airflow

2.2k Views Asked by At

Can we integrate ServiceNow with Airflow ? I mean if there is any DAG failure, can we rerun the failed DAG/tasks by submitting a ServiceNow request ? Also can we submit an adhoc job to run using ServiceNow. Thanks in advance.

1

There are 1 best solutions below

0
SushRam On

Yes, simply use the on_failure_callback parameter of the dag to call a function that makes a POST request using service now's SET API (particularly the u_incident table)