Additionally, could you share more details on how you’re obtaining the dynamic_filter_presets JSON? That context would help us better identify the root cause of the issue.
The error happens because the dashboard filter with uname project_name is currently missing (or was deleted) from the dashboard, while the data alert still contains a preset referencing that filter.
We’ll forward this to our team for review and improvement on the validation/error handling behavior.
As a workaround, you can either:
Go to the data alert and remove the filter preset with id project_name (or you can use API to update the data alert)
Or go to the dashboard and recreate the filter with uname project_name
After updating either side, the submit_execute API should work again.