Gallardot commented on issue #14869: URL: https://github.com/apache/dolphinscheduler/issues/14869#issuecomment-1719114892
> report by @Gallardot SQL task still have a problem when pass parameter from startup parameter After verification, the SQL task issue was found to be in the regular expression of this [PR](https://github.com/apache/dolphinscheduler/pull/13378/files#diff-4158abf179330ca3a77b119f5c8896eeed3155332b2fc86743d1efdbab47eadfL41). I replaced the regular expression with the original version `"['\"]*\\$\\{(.*?)\\}['\"]*"`, and the issue was fixed. -- 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]
