Apache Hop version?
2.18.0-SNAPSHOT
Java version?
21
Operating system
macOS
What happened?
MDI on Salesforce Input started failing after #6849 was merged.
This is caused by the samples String[] property.
Suggested fix is to
- exclude this samples property from MDI
- exclude
fieldClass.isArray() from HopMetadataInjector, similar to how this is done for enums etc.
Issue Priority
Priority: 1
Issue Component
Component: Metadata, Component: Transforms
Apache Hop version?
2.18.0-SNAPSHOT
Java version?
21
Operating system
macOS
What happened?
MDI on Salesforce Input started failing after #6849 was merged.
This is caused by the samples
String[]property.Suggested fix is to
fieldClass.isArray()fromHopMetadataInjector, similar to how this is done for enums etc.Issue Priority
Priority: 1
Issue Component
Component: Metadata, Component: Transforms