coding-now opened a new issue #1467: [Feature] SqlTask support #{} that only 
replace parameter,Do not check data types and convert it.
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1467
 
 
   SqlTask,support ${} currently ,want support# {} too ,a example as follows:
   ```
   select a,b,c,${param1}
   from #{param2}
   where #{param3}=${param4}
   ```
   ,where **param2,param3 may be setted through preSql.**
   
   **preSql support return value,support Query SQL. and return key is paramer 
name.**
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to