Details
-
Bug
-
Status: closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
All
-
Small
Description
If we use a context variable that is not a String, the generated code for configuration passed to the component tries to pass a wrong type to the Map<String, String>.
public Integer timeout; .... .... final java.util.Map<String, String> configuration_X = new java.util.HashMap<>(); ... configuration_X.put("configuration.dataSet.connection.timeout", context.timeout);
Attachments
Issue Links
- is related to
-
TDI-43182 tAzureAdlsGen2 components don't include timeout property
-
- Done
-