Hi, I am having some trouble working with the xcom functionality in the HttpOperators. I am trying to use Airflow to call a web API to schedule a task asynchronously, returning some JSON data, and then based on the value of one of the JSON fields I would like to use an HttpSensor to query an end point until the task is complete.
Does anyone have any examples of how this can be done? The documentation is focused on BashOperators and PythonOperators. Thanks in advance!Mike
