Defining Glue Start Job Run Job Properties

{"URL":["/*.*/awa/pa_view_pa_view_START_JOB_RUN_event"],"heroDescriptionIdentifier":"ice_hero_Start_Job_Run_Job","customCards":[{"id":"ice_specific_Glue_Job_Run_Job","title":"Adding Start Job Run Job Parameters","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AWS_GLUE/*.*/Agent%20Guide/Content/AWS_Glue/AWS_Glue_Jobs_JobRun.htm","languages":["en-us"]},{"id":"ice_RA_Integration_Report","title":"RA / Integration Reports","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AWS_GLUE/*.*/Agent%20Guide/Content/AWS_Glue/AWS_Glue_Jobs_RA_Properties.htm","languages":["en-us"]},{"id":"ice_Run_Add_Start_Job_Run_Job_Glue","title":"Setting Start Job Run Job Properties through Scripts","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AWS_GLUE/*.*/Agent%20Guide/Content/AWS_Glue/AWS_Glue_Script.htm","languages":["en-us"]},{"id":"ice_specific_Glue_Job_Run_Job","title":"Related Information","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_AWS_GLUE/*.*/Agent%20Guide/Content/AWS_Glue/AWS_Glue_Jobs_JobRun.htm","languages":["en-us"]}]}

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).

Note:

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: