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:accessed_by=>login.login_id
job_data_access_accessed_by_idx-accessed_by
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
job_data_access_id | bigint | No | Yes | Snowflake ID for job_data_access primary key. One per /v1/load/data call. |
row_count | bigint | No | No | Number of rows returned to the caller by this call (capped by the pagination limit). |
accessed_by | bigint | No | Yes | The user who called /v1/load/data. |
accessed_at | timestamp with time zone | No | No | When the call was made. |