I am trying to make a http call using DataFusion.
- Source - GCS - csv file
- Sink - HTTP POST
API is expecting the file as part of the HTTP request.
When this is executed, I get the below error in the API logs.
Required request part 'file' is not present
How can this be achieved?






