Use case
Current Writer API implementation allows to write custom data stream. There is a case of writing DTO with less set of fields into a table. However there is no way to specify INSERT statement to do so. Currently, INSERT statement is sent via query.
Describe the solution you'd like
There should be options:
- set custom insert query
- let application decide where query should go - in the payload or HTTP query parameters
Describe the alternatives you've considered
Additional context
Relates: #2010
Use case
Current Writer API implementation allows to write custom data stream. There is a case of writing DTO with less set of fields into a table. However there is no way to specify INSERT statement to do so. Currently, INSERT statement is sent via query.
Describe the solution you'd like
There should be options:
Describe the alternatives you've considered
Additional context
Relates: #2010