GuidoTournois opened a new pull request #18784:
URL: https://github.com/apache/airflow/pull/18784


   In order to make use of the PagerDuty Events API, you need to provide two 
API keys in the PagerdutyHook, eventhough one of them is not required. 
   
   1) token: used to access the general Pagerduty rest API. Set in __init__ and 
can't be None
   2) routing_key: used to access the Events API.
   
   
   The proposed setup is two have two separate hooks, one for accessing the 
general Pagerduty API, the other hook for interacting with the EventsAPI. 
   
   However, in order to be back compatible the original hook still contains 
code to interact with both API's, albeit a bit confusing. At least, to me.
   
   
   closes: #18771 
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to