utkarsharma2 opened a new pull request, #31290:
URL: https://github.com/apache/airflow/pull/31290

   send_event() uses pdpyras's send_event() method which is more specific to 
our cases of sending events to pagerduty than generic pdpyras's post() call. 
   
   Since the response of the pdpyras's send_event() is only the `dedup_key` and 
not the entire response object, which breaks the interface. Add a new method to 
host the call to pdpyras's send_event() and add a deprecation warning for the 
`create_event()` which calls pdpyras's generic post().
   
   related: https://github.com/apache/airflow/issues/31251
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to