You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: