Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
76473c1d
Commit
76473c1d
authored
1 year ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
found error in metrics report query
parent
3a04f4e9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1390
Catch up with Main
,
!1308
Catchup with main 2.8.1
,
!1304
found error in metrics report query
Pipeline
#9405
passed
1 year ago
Stage: cache-build
Stage: build
Stage: build-pex-base
Stage: unit-test
Stage: test-coverage
Stage: push
Stage: deploy-coverage-page
Stage: generate-pex-yaml
Stage: pex-trigger
Stage: deploy
Stage: .post
Pipeline: workspaces
#9407
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/cli/executables/pexable/ws_metrics/ws_metrics/queries/query_definitions.py
+2
-1
2 additions, 1 deletion
...exable/ws_metrics/ws_metrics/queries/query_definitions.py
with
2 additions
and
1 deletion
apps/cli/executables/pexable/ws_metrics/ws_metrics/queries/query_definitions.py
+
2
−
1
View file @
76473c1d
...
...
@@ -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(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment