syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

Attribute to store datamapper output on Integration #240

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

Or maybe it should be part of the Step perhaps, like a attribute to reference n files maybe?

@chirino @jimmidyson FYI

gashcrumb commented 7 years ago

So this is what the data mapper produces -> https://github.com/redhat-ipaas/datamapper-ui/blob/master/src/app/lib/ipaas-data-mapper/models/mapping.definition.model.ts

gashcrumb commented 7 years ago

Ah, is it then in just in configuredProperties as atlasMapping then? I could go along with that...

gashcrumb commented 7 years ago

The atlassmapping property currently stored in the Twitter to Salesforce Example integration is kinda totally different from that typescript interface :-/

KurtStam commented 7 years ago

@gashcrumb I think it needs to go in the altlasmapping field on the data mapper.

@mattrpav @chirino maybe you can shine a light on this? We are currently using the JSON mentioned in: https://github.com/redhat-ipaas/ipaas-datamapper/issues/7

KurtStam commented 7 years ago

@gashcrumb the data mapper service on staging has been updated to contain the twitter and Salesforce classes, and I've updated the atlas mapping in the deployment.json for the data mapper to reflect the use of these classes. So it should be good to go now!