dxiyang opened a new issue, #13492: URL: https://github.com/apache/dolphinscheduler/issues/13492
### 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  As shown in the figure above, an error occurred while calling a datax task with the parameter $[yyyy-MM-dd HH:mm:ss]   After $[yyyy-MM-dd HH:mm:ss] is changed to $[yyyy-MM-ddHH:mm:ss], the datax task is successfully invoked ### What you expected to happen It can be called normally with $[yyyy-MM-dd HH:mm:ss] ### How to reproduce ### Operating steps: 1. Run the command. The parameter contains Spaces. Without a single quotes . /usr/bin/python /home/tools/datax/bin/datax.py -p "-Dlast=2021-1-1 00:00:00" /home/tools/datax/bin/stream2stream.json Error!!  2. Run the command without Spaces. Without a single quotes. /usr/bin/python /home/tools/datax/bin/datax.py -p "-Dlast=2021-1-100:00:00" /home/tools/datax/bin/stream2stream.json Success!!  3. Run the command. The parameter contains Spaces. With single quotes . /usr/bin/python /home/tools/datax/bin/datax.py -p "-Dlast='2021-1-1 00:00:00'" /home/tools/datax/bin/stream2stream.json Success !!!!  ### Conclusion Compare 1 and 3 to check whether $[yyyy-MM-dd HH:mm:ss] is not supported or there is an error in my operation. I am currently using dolphinscheduler version 3.1.0 ### 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]
