sdhzwc commented on issue #15936: URL: https://github.com/apache/dolphinscheduler/issues/15936#issuecomment-2100197514
一、 DESC: This PR is for the startup parameter, global parameter, project parameter support custom data value type, to meet our needs for data use, increase user experience. Which I did not modify the logic of the big, just load the data value type to personalize the limited operation, specifically the following points: 1, the default data type of startup parameters, global parameters, project parameters is VARCHAR, then this time I transformed this, support for custom data types and compatible with the original data type operation. 2, StartParams was originally MAP way, now changed to LIST, which I judged whether it is JSON compatible operation. 3、New UI 4, add UT At present is my optimization of the function of the operation, with the design of the language I may not be able to express the situation, where insufficient can be listed, I will be improved 二、 EFFECT DISPLAY: 2.1 GIF  2.2 Startup Parameters <img width="677" alt="启动参数" src="https://github.com/apache/dolphinscheduler/assets/46134044/aa7b98df-ba45-49f1-8b35-8bf1b8c1b35a"> 2.3 Global Parameters <img width="504" alt="全局参数" src="https://github.com/apache/dolphinscheduler/assets/46134044/edfa023b-a578-46e7-b10a-3d1546bebffa"> 2.4 Project Parameters <img width="1683" alt="项目参数" src="https://github.com/apache/dolphinscheduler/assets/46134044/2ffa5201-61de-45ec-8035-dcd390fed7c6"> @ruanwenjun I've changed it to DSIP and you can see where else it doesn't fit. -- 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]
