We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The hook uses _headers:
_headers
airflow/airflow/providers/http/hooks/http.py
Lines 340 to 341 in 9276310
but passes headers to the async function
headers
Lines 368 to 375 in 9276310
The task:
headers=headers needs to be headers=_headers
headers=headers
headers=_headers
Line 372 in 9276310
There was attempt to address it in #31010 but the PR become stale as no response from the author.
The text was updated successfully, but these errors were encountered:
Hi @eladkal , I'd like to take this up.
Sorry, something went wrong.
sumeshpremraj
Successfully merging a pull request may close this issue.
Body
The hook uses
_headers
:airflow/airflow/providers/http/hooks/http.py
Lines 340 to 341 in 9276310
but passes
headers
to the async functionairflow/airflow/providers/http/hooks/http.py
Lines 368 to 375 in 9276310
The task:
headers=headers
needs to beheaders=_headers
airflow/airflow/providers/http/hooks/http.py
Line 372 in 9276310
There was attempt to address it in #31010 but the PR become stale as no response from the author.
Committer
The text was updated successfully, but these errors were encountered: