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
Merge requests
!365
WS-543: Addressed issues found in calibration ingestion testing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-543: Addressed issues found in calibration ingestion testing
WS-543-fix-manifest-issues-2021-07-22
into
main
Overview
0
Commits
14
Pipelines
2
Changes
1
Merged
Janet Goldstein
requested to merge
WS-543-fix-manifest-issues-2021-07-22
into
main
3 years ago
Overview
0
Commits
14
Pipelines
2
Changes
1
Expand
hyphens in manifest text are all changed to underscores
InputScienceProduct is simplified
weblog type is now
pipeline_weblog
manifest filename is just
ingestion_manifest.json
TODO:
additional test to duplicate manifest content of the 16B-069 example manifest
Edited
3 years ago
by
Charlotte Hausman
0
0
Merge request reports
Viewing commit
68f9c3da
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
68f9c3da
tweaks for manifest builder
· 68f9c3da
Charlotte Hausman
authored
3 years ago
shared/workspaces/workspaces/workflow/services/workflow_service.py
+
1
−
1
Options
@@ -470,7 +470,7 @@ class WorkflowService(WorkflowServiceIF):
"""
Send AMQP message to notify the system that ingestion has succeeded
:param
workflow_request_id: ID of workflow request that has had its products ingested
:param
message: workflow-complete message body
"""
subject
=
message
[
"
subject
"
]
wf_req_id
=
subject
[
"
workflow_request_id
"
]
Loading