doc-exports/docs/dataartsstudio/umn/dataartsstudio_01_0422.html
Xiong, Chen Xiao f3ee29a3dd DataArts UMN 20230329 version
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
Co-committed-by: Xiong, Chen Xiao <chenxiaoxiong@huawei.com>
2023-05-11 17:09:25 +00:00

2.3 KiB

Script Development Process

The script development function provides the following capabilities:
  • Provides an online script editor for developing and debugging SQL, Python, and Shell scripts.
  • Supports script import and export.
  • Allows use of variables and functions.
  • Provides editing locks for collaborative development.
  • Supports script version management.
The following figure shows the process of script development.
Figure 1 Script development process
  1. Create a script of the corresponding type. For details, see Creating a Script.
  2. Develop the script: Develop, debug, and execute the script online. For details, see Developing Scripts.
  3. Submit a version and unlock the script: After performing this step, the script can be scheduled by jobs and modified by other developers. For details, see Submitting a Version and Unlocking the Script.
  4. (Optional) Manage the script: After the script development is complete, you can manage the script as required. For details, see (Optional) Managing Scripts.