Ingestion-workflow
ingestion-workflow GET /api/workflow/v1/workflow/name/workflowRun without any runs returns okay.
For example:
{
'workflowId': '6bcd6e53-7f9c-4a95-9a07-26beaf696a62',
'workflowName': 'admincli_test',
'description': 'Create workflow for test',
'createdBy': 'preshipping_test_user_m19@gcp.gnrg-osdu.projects.epam.com',
'creationTimestamp': 1699897327160,
'version': 1,
'registrationInstructions': {'dagName': 'Osdu_ingest', 'etc': 'AutoTest'}
}
However if you add params to the request. For example limit {'limit': 10}
then /api/workflow/v1/workflow/admincli_test/workflowRun returns a 500
Could only reproduce this on GCP. AWS and Azure not impacted.
Edited by Shane Hutchins