AuditMode
What provider actions should be recorded to audit tables.
Data Type
string
Default Value
""
Remarks
The connector can record certain internal actions taken when it runs queries. For each of those actions listed in this option, the connector will create a temproary audit table which logs when the action took place, what query caused the action and any other relevant information.
By default this option is set to 'none' and the connector does not record any audit information. This option can also be set to a comma-separated list of the following actions:
Mode Name | Audit Table | Description | Columns |
start-jobs | AuditJobs#TEMP | Records all jobs started by the connector | Timestamp,Query,ProjectId,Location,JobId |
Refer to AuditLimit for more information on how to limit the size of these tables.