I have a dbt cli resource which is configured to use the prod target. (the default one in the dbt config would be dev) but this is overwritten in dagsters resource to use PROD. For the materialization of the dbt run command - this works fine. However, dbt test somehow is falling back to the default configuration.