nikhiln64 commented on issue #18389: URL: https://github.com/apache/dolphinscheduler/issues/18389#issuecomment-5024953429
Hi, I'd like to work on this if it's still available (I see @wipheg expressed interest on 07-08 but there's no PR or assignment yet - happy to defer if you're still on it). Root cause from reading the plugin: with customConfig the DataX task uses getJson() verbatim and no code path ever reads the attached resource file, even though the worker downloads it - so the job runs with an empty json. Plan: mirror the SeaTunnel plugin's pattern (read the first resource via TaskExecutionContext's resource context when json is blank), run it through ParameterUtils.convertParameterPlaceholders so param substitution still works, validate in checkParameters, and add unit tests. Could a committer assign me if that works? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
