Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LucaCinquini opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels

Comments

@LucaCinquini
Copy link
Collaborator

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.

  • Example (during OGC process deployment): An error should be thrown if the Airflow DAGs inputs are not a subset of available OGC process inputs.
    o Validation that OGC execution values conform to the schema for the OGC process inputs (as defined during the deployment of the process).
  • Example (during OGC process execution): An error should be thrown if a string value was passed for an OGC process input that only accepts integer values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants