Skip to content

Commit

Permalink
change to repository fort he cli arg
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Feb 4, 2025
1 parent f9e8292 commit 040d3bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions userCode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def nabu_object(context: OpExecutionContext):
"nabuconfig.yaml",
"object",
f"graphs/latest/{source}_release.nq",
"--endpoint",
"--repository",
GLEANERIO_DATAGRAPH_ENDPOINT,
]
run_scheduler_docker_image(
Expand All @@ -394,7 +394,7 @@ def nabu_prune(context: OpExecutionContext):
"prune",
"--prefix",
"summoned/" + source,
"--endpoint",
"--repository",
GLEANERIO_DATAGRAPH_ENDPOINT,
]
run_scheduler_docker_image(
Expand Down Expand Up @@ -435,7 +435,7 @@ def nabu_prov_clear(context: OpExecutionContext):
"--cfg",
"nabuconfig.yaml",
"clear",
"--endpoint",
"--repository",
GLEANERIO_PROVGRAPH_ENDPOINT,
]
run_scheduler_docker_image(
Expand All @@ -456,7 +456,7 @@ def nabu_prov_object(context):
"nabuconfig.yaml",
"object",
f"graphs/latest/{source}_prov.nq",
"--endpoint",
"--repository",
GLEANERIO_PROVGRAPH_ENDPOINT,
]
run_scheduler_docker_image(
Expand All @@ -479,7 +479,7 @@ def nabu_orgs_release(context: OpExecutionContext):
"release",
"--prefix",
"orgs",
"--endpoint",
"--repository",
GLEANERIO_DATAGRAPH_ENDPOINT,
]
run_scheduler_docker_image(
Expand All @@ -501,7 +501,7 @@ def nabu_orgs(context: OpExecutionContext):
"prefix",
"--prefix",
"orgs",
"--endpoint",
"--repository",
GLEANERIO_DATAGRAPH_ENDPOINT,
]
run_scheduler_docker_image(
Expand Down

0 comments on commit 040d3bc

Please sign in to comment.