daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
68 stars 62 forks source link

[DAPHNE-#773] Undetected invalid script args #800

Closed ldirry closed 3 months ago

ldirry commented 3 months ago

When calling daphne, users can provide named script arguments that are available inside the DaphneDSL script. According to the DaphneDSL language reference, only literals may be passed as script arguments

However, the following calls of daphne with invalid script arguments all passed "successfully" (status code 0) and some didn't even indicate any error.

corepointer commented 3 months ago

Thx for your work @ldirry

Code and tests LGTM