liusy-bd opened a new issue, #15457: URL: https://github.com/apache/dolphinscheduler/issues/15457
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Version 3.1.8 Define a global parameter, env=test; Downstream node use replacement; The replacement was unsuccessful at the db position sql: create database if not exists lht_ods_${env};   ### What you expected to happen Parameter replacement out of the problem ### How to reproduce Set a global parameter and execute a clickhouse sql task. sql is as follows sql: create database if not exists lht_ods_${env}; ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
