Skip to content
Snippets Groups Projects

restore capability and workflow

Merged Charlotte Hausman requested to merge Restore_Capability into main

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Janet Goldstein approved this merge request

    approved this merge request

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Janet Goldstein
    Janet Goldstein @jgoldste started a thread on commit 647ebf89
  • 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
  • Charlotte Hausman resolved all threads

    resolved all threads

  • added 1 commit

    Compare with previous version

  • Charlotte Hausman marked this merge request as ready

    marked this merge request as ready

  • added 1 commit

    • e35edf8f - WS-516: UI for showing ingestion complete (archived status) and some UI styling updates

    Compare with previous version

  • Charlotte Hausman added 10 commits

    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

    Compare with previous version

  • Daniel Lyons unapproved this merge request

    unapproved this merge request

  • Daniel Lyons approved this merge request

    approved this merge request

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading