Skip to content
Snippets Groups Projects
Commit 76473c1d authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

found error in metrics report query

parent 3a04f4e9
No related branches found
No related tags found
3 merge requests!1390Catch up with Main,!1308Catchup with main 2.8.1,!1304found error in metrics report query
Pipeline #9405 passed
Pipeline: workspaces

#9407

    ......@@ -46,9 +46,10 @@ OPERATIONS = Query(
    JOIN capability_requests cr on cv.capability_request_id = cr.capability_request_id""",
    "WHERE cr.ingested = True",
    [
    "AND updated_at between %(beginning)s and %(end)s",
    "GROUP BY cv.capability_request_id, cv.capability_name, external_name, eb.band_code,"
    " mjd_to_timestamp(eb.starttime), cr.updated_at, science_products.is_srdp,"
    " cr.stage_1_reviewer, cr.stage_2_reviewer"
    " cr.stage_1_reviewer, cr.stage_2_reviewer",
    ],
    )
    # OPERATIONS_COUNT = Query(
    ......
    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