Skip to content

Ig 82

Susheel Varma requested to merge IG-82 into dev

Created by: tonyespley-pa

'IG-82 - Pull from both Metadata catalog API and API for data quality - only fail if metadata is not returned'

I have used axios "all" method to call both APIs at once to make this quick. However, normally failure of either would cause total failure. In this codethe call still works if we only get metadata back - and using the all function means we wait for both API calls to complete. :)

Merge request reports