Skip to content
Snippets Groups Projects
Commit 492f3889 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Merge branch 'rename-ingestion-source-key' into '2.8.2-DEVELOPMENT'

Renamed data_location to data_src in observation ingestion workflows to make...

See merge request !1443
parents dc11e98c 301fb032
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1443Renamed data_location to data_src in observation ingestion workflows to make...
Pipeline #11491 passed
......@@ -18,7 +18,7 @@ depends_on = None
wf_name = "ingest_mk_four_obs"
ingest_mk_four_obs_condor = """executable = ingest_mk_four_obs.sh
arguments = {{data_location}}
arguments = {{data_src}}
output = ingest.out
error = ingest.err
......
......@@ -18,7 +18,7 @@ depends_on = None
wf_name = "ingest_obs"
ingest_obs_condor = """executable = ingest_obs.sh
arguments = metadata.json {{data_location}}
arguments = metadata.json {{data_src}}
output = ingest.out
error = ingest.err
......@@ -49,7 +49,7 @@ set -o errexit
metadata_json = """{
"telescope": "{{telescope}}",
"data_location": "{{data_location}}",
"data_location": "{{data_src}}",
"projectMetadata": {
"telescope": "{{telescope}}",
"projectCode": "{{projectCode}}"
......
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