yoshichulo opened a new pull request #16003:
URL: https://github.com/apache/airflow/pull/16003


   The way the Discord webhook it's being built right now (as the documentation 
specifies) is incomplete.
   You can see it on the exception raised by the `HttpHook` class, showing that 
the built endpoint is in the lines of:
   ```
   https://webhooks/{webhook.id}/{webhook.token}
   ```
   while it should be indeed
   ```
   https://discord.com/api/webhooks/{webhook.id}/{webhook.token}
   ```
   
   This branch is oriented to fix that small issue.


-- 
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.

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


Reply via email to