Google Cloud BigQuery Jobs: Setting Job Properties Through Scripts
Attributes defined for an object affect how the object is processed. Script statements allow you to dynamically change those object attributes and assign new values when the task is generated. The new values are only valid for the current generation and are not permanently stored in the object.
You can define the values of any of the settings of all BigQuery Jobs using scripts. You do this by using :PUT_ATT commands on the Pre-Process object definition page.
For more information, see the Automic Automation product documentation:
This page includes the following:
Google Cloud BigQuery Run Transfer Configuration Job Parameters
The attributes available for Run Transfer Configuration Job are the following:
-
connection
Defines the value of the BigQuery Connection object.
Value: text
-
projectId
Defines the ID of the project containing the relevant transfer configuration.
Value: text
-
locationId
Defines the location (region) in which your data is stored and processed.
Value: text
-
configId
Defines the name of the Transfer Configuration that you want to run.
Value: text
-
getTraceLogs
Defines when the logs are created.
Value: On Error (default), Always
See also: