So assume I have 2 SimpleHttpOperator tasks in my DAG. I need to get a response from the 1st task and use that response data to create params for the second task. Both are GET APIs.
How to get response data from simpleHttpOperator, I tried XCOM as true, but how to get data from XCOM into the second operator?