moreaupascal56 opened a new issue, #25373:
URL: https://github.com/apache/airflow/issues/25373

   ### Description
   
   `SimpleHttpOperator` is useful to leverage Airflow http connections. 
   But right now the operator can only be used to load data at once, and not by 
batches. It would be useful to be able to load the data by batches inside one 
`SimpleHttpOperator` instead of having several `SimpleHttpOperator`. 
   
   
   
   ### Use case/motivation
   
   Some APIs have limit of row for one PUT request, it means that in that case 
we would have to use several `SimpleHttpOperator`  (N* the limit of the API). 
It would be easier to have only one (or a new http operator) that would load by 
batches. 
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to