cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 6 forks source link

POST get_data_source_uid() Convert to API Endpoint #700

Closed arng4108 closed 7 months ago

arng4108 commented 8 months ago

💡 Summary

Replace the existing TSQL function with a new REST endpoint that does the same thing Specifically: Convert "get_data_source_uid()" TSQL query to an API endpoint

Motivation and context

There are two major reasons to use endpoints in place of sql queries.

Implementation notes

Acceptance criteria

schmelz21 commented 7 months ago

Closing s all endpoint testing has moved to this https://github.com/cisagov/pe-reports/issues/705.