job_data_access_job
Junction of job_data_access calls to the job_etl rows each call accessed. A single /v1/load/data call can access multiple jobs.
Primary Key:Foreign Keys:accessed_job_id=>job_etl.job_etl_idjob_data_access_id=>job_data_access.job_data_access_id
job_data_access_job_accessed_job_id_idx-accessed_job_id
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
job_data_access_id | bigint | No | Yes | The /v1/load/data call, from job_data_access. |
accessed_job_id | bigint | No | Yes | A job_etl row accessed by the call. |