Referencing Parameters in Scripts and Jobs
This section describes how to reference parameters in scripts and jobs, application scope of the referenced parameters, and whether EL expressions and simple variable sets are supported, helping you better understand how to use workspace-level, script-level, and job-level parameters.
The application scopes of workspace environment variables, job parameters, and script parameters are different. If a workspace environment variable, a job parameter, and a script parameter have the same name, their priorities are as follows: job parameter > workspace environment variable > script parameter.
Type |
Scenario |
Scope |
Calling Method |
---|---|---|---|
Environment variables/constants |
When configuring job parameters, you can extract a parameter that belongs to multiple jobs as an environment variable. |
Current workspace |
${Environment variable} ${Environment constant} For details about the configuration method, see Environment Variable. |
Job variables/constants |
Job parameters can be used in any node in jobs. |
Current job |
${Job variable} ${Job constant} For details about the configuration method, see Configuring Job Parameters. |
Script parameters |
Set the name and value of a custom field. |
Current script |
${Script parameter} For details about the configuration method, see Script Parameter. |
Variables of an SQL script can be in ${} or ${dlf.} format. You can configure either type as needed. The configured variable format applies to SQL scripts, SQL statements in jobs, single-node jobs, and environment variables. For details about how to configure the script variable format, see Configuring Script Variables.
The default variable format is ${}.
Environment Variable
- The value of a variable (such as workspace name) varies depending on the workspace. When exporting a variable from a workspace and import it to another workspace, you must reconfigure its value.
- The value of a constant in different workspaces is the same. When importing a constant to another workspace, you do not need to reconfigure its value.
The specific application is as follows:
An environment variable has been added. The parameter name is sdqw and the parameter value is wqewqewqe.
- Open a created job and drag a Create OBS node from the node library to the canvas.
- On the Node Properties tab page, configure the node properties.
Figure 2 Create OBS
- Click Save and then Monitor to monitor the running status of the job.
Configuring Job Parameters
- The value of a variable varies depending on the job. You need to configure a value for the variable in each job.
- The value of a constant in different jobs is the same. When importing a constant to another job, you do not need to reconfigure its value.
Figure 3 Job parameter.
After a job parameter is defined, it can be referenced by a job node.
Figure 4 Using a Job Parameter Configuration
Script Parameter
- Script parameters take effect in current script and it can be used in the following ways.
- For SQL scripts, you can directly enter parameters in the script editor (not supported for Flink SQL scripts). During job scheduling, you can assign values to parameters through node attributes, as shown in 2.
- For Shell scripts, you can enter a parameter and an interactive parameter in the upper part of the editor to transfer the parameters.
- Python scripts support parameter transfer.
- For SQL scripts, you can directly enter parameters in the script editor (not supported for Flink SQL scripts). When executing a script independently, you can configure parameters in the lower part of the editor shown in Figure 5.
- Developing a Python Script During script development, the script expression must contain variables. For example, if the variable in the SQL statement is DATE, set this parameter to ${DATE} in the script. In the job parameter configuration, you can compile the statement expression of the script parameter Date in 2.
On the script development page, enter development statements in the editor, as shown in the following figure.
INSERT INTO B FROM (SELECT * FROM A WHERE DATE = ${DATE})
Figure 6 Developing a script
After the dws_030903 script is compiled, save and submit the latest version of the script.
- Develop batch jobs. When developing a job, you need to configure node attribute parameters.
In the left navigation pane of DataArts Factory, choose .
Figure 7 Configuring script parameters when the script is executed by job scheduling
- If the associated SQL script uses a parameter, the parameter name is displayed (DATA for example). Set the parameter value in the text box next to the parameter name. The parameter value can be an EL expression.
- If the associated SQL script or script parameters change, you can click to synchronize the changes or click to edit the changes.
- All nodes involving scripts, such as SQL scripts, shell scripts, and Python scripts, can use this method to reference script variables.
Simple Variable Set
The simple variable set provides a series of customized variables. Customized parameters are automatically replaced with specific values based on the service date, plan time, and parameter value format of task scheduling. In this way, parameters can be dynamically replaced during task scheduling. For details about the simple variable set, see Simple Variable Set.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot