unity-sds / unity-sps

The Unity SDS Processing Service facilitates large-scale data processing for scientific workflows.
Apache License 2.0
2 stars 2 forks source link

Enable execution of OGC data processing requests with arbitrary parameter values #129

Open LucaCinquini opened 3 months ago

LucaCinquini commented 3 months ago

Currently, we can only submit OGC execution requests which use the default parameter values. We must improve consistency between the OGC API and the Airflow DAG specification both when the process is deployed and executed. This involves augmenting the process definition in the database, and validate that the OGC requests are compatible with the (existing) DAG.

Specifically (from Slack conversation):

There are two rounds of validation that are not yet integrated. o Validation that OGC process input fields correctly map to Airflow DAG input fields during OGC process deployment time.