syudb opened a new pull request #10462:
URL: https://github.com/apache/airflow/pull/10462


   This PR addresses an issue with the way GET requests were being built/sent. 
In the original implementation, the request payload is sent in the body of the 
request and not in the query string parameters, which can be lost when the 
traffic passes through a WAF.
   
   This in turn causes the operator to fail while polling for job status (GET) 
after a successful submission (POST).
   
   I made a similar PR in the v1.10-stable branch, this one addresses the hook 
in the master branch.


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