Skip to main content

job_data_access

Audit log of calls to csvloader's /v1/load/data endpoint. One row per call; the jobs it accessed are recorded in job_data_access_job.

Primary Key:Foreign Keys:Indexes:
ColumnData TypeNullableIndexedDescription
job_data_access_idbigintNoYesSnowflake ID for job_data_access primary key. One per /v1/load/data call.
row_countbigintNoNoNumber of rows returned to the caller by this call (capped by the pagination limit).
accessed_bybigintNoYesThe user who called /v1/load/data.
accessed_attimestamp with time zoneNoNoWhen the call was made.