Naraujo13 commented on issue #14906: URL: https://github.com/apache/airflow/issues/14906#issuecomment-886538393
> What do you think about using the `response_filter` parameter? > https://github.com/apache/airflow/blob/8505d2f0a4524313e3eff7a4f16b9a9439c7a79f/airflow/providers/http/operators/http.py#L120-L122 It makes sense, for the `HTTPOperator` we could simply use the `response_filter`, so it wouldn't make sense to add the filter here. I think I mixed a different use case where one time at work we extended `HTTPOperator` to save the results on S3, and we wanted to save the data but only push a small part of it (list of ids, etc) to XCom to use in a next request, so we needed different filters there. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
