You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/01/07 03:00:51 UTC

[GitHub] [incubator-dolphinscheduler] daizc1 opened a new issue #4402: 自定义变量参数替换问题

daizc1 opened a new issue #4402:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4402


   现在遇到一个问题,在1.3.2中我自定义参数写成$[]ddd_${last_month},可以替换为ddd_202012的,在1.3.4中不能替换,还是$[]ddd_${last_month}的,其中${last_month}我是定义成全局参数的。
   现在问题是我是一个固定字符串和一个变的字符串,怎么能实现我的需求,谢谢!


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] xingchun-chen commented on issue #4402: 自定义变量参数替换问题

Posted by GitBox <gi...@apache.org>.
xingchun-chen commented on issue #4402:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4402#issuecomment-755982903


   English is global, please change the title in English


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] daizc1 commented on issue #4402: 自定义变量参数替换问题

Posted by GitBox <gi...@apache.org>.
daizc1 commented on issue #4402:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4402#issuecomment-755858264


   在shell节点中可以替换,我echo ddd_${last_month}会变成 ddd_202012,但存储过程节点中,自定义参数,写成ddd_${last_month}和$[]ddd${last_month}都不行。


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] daizc1 commented on issue #4402: 自定义变量参数替换问题

Posted by GitBox <gi...@apache.org>.
daizc1 commented on issue #4402:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4402#issuecomment-755855969


   说错,1.3.2是ddd_202012,1.3.4是$[]ddd_202012


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] CalvinKirs commented on issue #4402: 自定义变量参数替换问题

Posted by GitBox <gi...@apache.org>.
CalvinKirs commented on issue #4402:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4402#issuecomment-755998453


   Hi, I want to ask you a little bit, what is the function of $[] in the expression $[]ddd_${last_month}?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org