My dbt core project is appending redundant schema name at run time in the target db in Snowflake
In my profiles.yml, my schema is called ‘ORDER_REPO,’ however at run time, it’s creating an obj named publish.ORDER_REPO_order_repo.test_gold_billed_orders_v, with the schema name injected twice.