I have an issue running deployments in 2.1.0. My dbt flows take two parameters that have default values set: loglevel and n_dbt_threads. For some reason I am now getting the following message when running the deployments: prefect.exceptions.SignatureMismatchError: Function expects parameters ['loglevel', 'n_dbt_threads'] but was provided with parameters []. You can see the parameters listed on my deployment page in the screenshot attached. If I run the deployment with custom parameters, manually setting the values for the two parameters, everything's fine.
Has anyone found a workaround for this problem, or am I meant to be doing something different compared to 2.0.4?