restore capability and workflow
Merge request reports
Activity
- Resolved by Charlotte Hausman
139 Given an execution block science product locator and calibration science product locator, returns 140 the required metadata to run the restore CMS workflow 141 :return: 142 """ 143 144 eb_sql = f""" 145 SELECT ngas_fileset_id as filesetId, 146 e.project_code as projectCode, 147 p.title as title, 148 e.starttime as startTime, 149 (a.firstname || ' ' || a.lastname) as observer, 150 telescope as telescope 151 FROM execution_blocks e 152 JOIN projects p on e.project_code = p.project_code 153 JOIN authors a on p.project_code = a.project_code 154 WHERE science_product_locator = %(spl)s AND a.is_pi = true added 1 commit
- e35edf8f - WS-516: UI for showing ingestion complete (archived status) and some UI styling updates
added 10 commits
-
6165066b - 1 commit from branch
main
- 06f2792a - WS-547 & WS-548: restore capability and workflow
- 12112a9a - tweaking things
- c0ceb880 - tweaking things
- bca5350b - refactor test structure
- ca6c0b94 - flushing out README.md
- 810e8fea - aat_wrest restore info
- 208a8f03 - aat_wrest restore info
- 4d5f0317 - restore templates
- a1f73174 - Merge remote-tracking branch 'origin/Restore_Capability' into Restore_Capability
Toggle commit list-
6165066b - 1 commit from branch
Please register or sign in to reply