sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

Update ETL pipeline to post results URL to API #342

Closed jcoyne closed 1 year ago

jcoyne commented 1 year ago

Current, TransformResults depends on the /transform_results route being subscribed to SNS message queue. Since we are decoupling from SNS, we are need to post the transform result JSON to the endpoint directly from airflow.

(https://github.com/sul-dlss/dlme/blob/00403e9e39fe9f0bb6294f1b3ded28e52f39bced/app/controllers/transform_results_controller.rb) a

thatbudakguy commented 1 year ago

blocked on https://github.com/sul-dlss/dlme/issues/1683