Async API call operator #45797
Unanswered
RahulDubey391
asked this question in
General
Replies: 1 comment
-
HTTP Operator (latest) has "deferrable" mode - which is async. Maybe you have old Airflow version when it did not support it. look at history of the operator/changelog to find out when it was added. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have been using Airflow for making API calls using HTTPOperator, but haven't been able to use it for Async calls. Is there any way to make the HTTP calls in Async way? Or such operator needs to be implemented?
Beta Was this translation helpful? Give feedback.
All reactions