Job Arrow Endpoints

class graphdatascience.procedure_surface.arrow.jobs_arrow_endpoints.JobsArrowEndpoints

Endpoints for inspecting and controlling jobs on the GDS Arrow server.

get(G: GraphV2, job_id: str) JobHandle | WriteJobHandle | ProjectionJobHandle

Returns the appropriate job handle for an existing job.

Parameters:
  • G (GraphV2) – Graph object to use

  • job_id (str) – Identifier of the job.

Return type:

JobHandle | WriteJobHandle | ProjectionJobHandle

list() List[JobInfo]

List all known jobs on the server.

Returns:

One row per job containing job_id and name.

Return type:

list[JobInfo]