Skip to content

Commit a3ad95f

Browse files
committed
fix redcap loader paths
1 parent f0b6235 commit a3ad95f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

polyphemus/lib/data_eng/argo_workflow_manager.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require_relative '../helpers'
22
require_relative './jobs/etl_job'
33
require_relative './jobs/metis_linker'
4+
require_relative './jobs/redcap_loader'
45
require_relative './jobs/sftp_file_discovery'
56
require_relative './jobs/sftp_c4_uploader'
67
require_relative './jobs/sftp_metis_uploader'

polyphemus/lib/data_eng/workflow_manifests/redcap_loader.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def as_json
2424
},
2525
commit: 'boolean'
2626
},
27-
secrets: [ :redcap_tokens ]
27+
secrets: [ :redcap_tokens ],
28+
workflow_path: '/app/workflows/argo/redcap/workflow.yaml'
2829
}
2930
end
3031
end

0 commit comments

Comments
 (0)