We are running a model (eg: dbt run -m sales.sql" ) having schema defined at properties.yml, , say it is mdel_schema. And profile too has the schema defined, say it is prof_schema.
When the job runs, sales view is created with schema name as prof_schema_mdel_schema. Schema name in the model is not getting overwritten, however it appends the names from profile and property.
Is there any option available to use the property schema alone?