apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.94k stars 4.64k forks source link

[Improvement][datax] datax task support passing context parameters to downstream task #15231

Open alextinng opened 1 year ago

alextinng commented 1 year ago

Search before asking

Description

mostly I defined a context parameter to get date or some constants, however sometimes I get parameters from calculation, such as a unix timestamp. it's easy using shell task as dolphinscheduler support transferring parameter between shell,python and sql task, but it gets difficult when using datax task(also other task does not support transferring parameter).

Are you willing to submit a PR?

Code of Conduct

fuchanghai commented 1 year ago

hi @alextinng do you want to fix it by yourself? if not i will fix it

alextinng commented 11 months ago

mostly I defined a context parameter to get date or some constants, however sometimes I get parameters from calculation, such as a unix timestamp. it's easy using shell task as dolphinscheduler support transferring parameter between shell,python and sql task, but it gets difficult when using datax task(also other task does not support transferring parameter).

@fuchanghai I will not fix it, you could fix it