Skip to content

Commit c2443d2

Browse files
DarthMaxsoerenreichardt
authored andcommitted
Set jobId as a procedure parameter
Co-authored-by: Sören Reichardt <soren.reichardt@neo4j.com>
1 parent dfe3d2e commit c2443d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/query_runner/aura_db_query_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _remote_write_back(
136136
db_write_proc_params = {
137137
"graphName": params["graph_name"],
138138
"databaseName": self._gds_query_runner.database(),
139-
"writeConfiguration": {"jobId": job_id},
139+
"jobId": job_id,
140140
"arrowConfiguration": db_arrow_config,
141141
}
142142

0 commit comments

Comments
 (0)