-
Feature
-
Resolution: Obsolete
-
Major
-
None
-
0
-
0%
-
Todo
(Migrated from https://github.com/syndesisio/syndesis/issues/4808)
Author: Tomas Plevko
Assignees: unassigned
This is a...
[pre][code]
[ x ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report [!-- Please search GitHub for a similar issue or PR before submitting --]
[ ] Documentation issue or request
[/code][/pre]
Description
I was trying to create simple integration from DB -> S3. The intention was to continuously "backup" the DB results into S3. However it seems that there is a conversion problem between datatypes.
by: No type converter available to convert from type: java.util.ArrayList to the required type: java.io.InputStream
The integration zip file attached.
DB_to_s3-export.zip
Steps to reproduce
1. create S3 connection
2. create integration - DB -> S3
3. specify the S3 input datatype as collection
4. add mapping between these two connections
5. observe the error in integration log