GCP BigQuery Agent Input/Output Data and MIM
Input/Output Data
The input/output data is the type of data an agent expects and delivers. The agent consumes the selected UDR Type from the Target tab.
The agent emits commands that change the state of the file currently processed.
Command | Description |
---|---|
Cancel Batch | Emitted if any error occurs during insertion of rows into Data table or error when mapping the UDR to rows. |
The agent retrieves commands from other agents and based on them generates a state change of the file currently processed.
Command | Description |
---|---|
Begin Batch | Retrieves a Transaction ID. |
End Batch | Updates the Batch status to indicate the successful insert of all the UDRs into the Data table. This status will be loaded to the Batch Status table. |
Cancel Batch | Updates the Batch status to indicate UDRs insertion has been canceled. This status will be loaded to the Batch Status table. |
MIM
For information about the MIM and a list of the general MIM parameters, see MIM.
Publishes
MIM Parameter | Description |
---|---|
Rows Loaded | This MIM parameter contains the number of rows that have been successfully inserted into the Data table. Rows Loaded is of the long type and is defined as a global MIM context type. |
Accesses
This agent does not access any MIMs.