forked from docs/doc-exports
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>
2.3 KiB
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.
- Create a script of the corresponding type. For details, see Creating a Script.
- Develop the script: Develop, debug, and execute the script online. For details, see Developing Scripts.
- 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.
- (Optional) Manage the script: After the script development is complete, you can manage the script as required. For details, see (Optional) Managing Scripts.
Parent topic: Script Development