Hello, I want to use the HttpOperator to issue a GET request and pass a fairly large response to another task. Is there any best way to handle this? I think pushing a large object to xcom is not recommended. Should I just write a custom operator that will fetch from the api and handle it as necessary?
Would love to hear some thoughts. Thanks! -Ali
