Skip to content
Snippets Groups Projects
Commit dff6a458 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Realized ingest_obs workflow needs lustre access, I set this manually on dev

parent 04d6ca33
No related branches found
No related tags found
1 merge request!1455WS-1966 Mark4 import workflow
This commit is part of merge request !1455. Comments created here will be created in the context of that merge request.
......@@ -62,7 +62,7 @@ metadata_json = """{
def upgrade():
op.execute(
f"""
INSERT INTO workflows (workflow_name) VALUES (E'{wf_name}')
INSERT INTO workflows (workflow_name, requires_lustre) VALUES (E'{wf_name}', true)
"""
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment