Skip to content

Automate EDS Naturalization Trigger from EDS Ingest Process

As a developer, I want to trigger the eds_naturalization DAG from the eds_ingest process for all ingested WPC IDs, so that the naturalization process is automated.

Acceptance Criteria

  1. A new file is added that contains the logic to trigger the eds_naturalization DAG using the IngestionWorkflowClient API.
  2. Conditions are added to trigger the naturalization process for specific scenarios.
  3. Code changes ensure that the eds_naturalization DAG run ID is displayed in the eds_ingest Xcom Summary.
Edited by Ashish Saxena

Merge request reports