Defining Glue Start Job Run Job Properties
The AWS Glue Job Run job allows you to define the Job that you want to use to get your source data from your Data Catalog, process it and write it to your data target.
On the Start Job Run Job page you define the parameters relevant to run that job on AWS Glue from Automic Automation.
-
Connection
AWS Glue Connection object containing the relevant information to connect to the application.
To search for a Connection object, start typing its name to limit the list of the objects that match your input.
-
Job Name
Select the relevant Job.
You can click the browse button to the right of the field to open a picker dialog with all the jobs available and select the relevant one.
-
Parameters (Optional)
Allows you to pass arguments created at runtime to AWS Glue in JSON format.
Select one of the options available:
-
None (default)
Select this option if you do not want to pass any parameters to AWS Glue.
-
JSON
Use the JSON field to enter the JSON payload definition.
-
File Path
Use the JSON File Path field to define the path to the JSON file containing the attributes that you want to pass to the application. Make sure that the file is available on the Agent machine (host).
-
The Pre-Process page allows you to define the settings of the Jobs using script statements. These statements are processed before the job is executed, see Setting AWS Glue Job Properties Through Scripts.
See also: