Skip to content

ingest-azure implementation.

Pingjiang Wang requested to merge azure-impl into master

This MR consists of the following changes.

  1. Add ingest-azure implementation
  2. Include provider/ingest-azure in root POM.XML
  3. Use IngestPayload class to build context for request body in the ingest-core OsduSubmitServiceImpl.java class

@ethiraj @Dmitriy_Rudko @dkodeih please take a look at change #3 (closed) listed above. With my changes, IngestPayload class is used for both /submit and /submitWithManfiest APIs for consistency and we have tested it E2E (Ingest service, Workflow service and Airflow with well log manifest ingestion).

Merge request reports