Hi , I am doing a migration from dagster version 0...
# integration-dbt
z
Hi , I am doing a migration from dagster version 0.15 to 1.1. An error that we face is with dbt model single and double quotes. Both dagster is using the same Postgres engine in ECS with DBT version 1.1 I launch ECS job as a part of Dagster pipeline and run DBT as a Task Definition. The data models (.sql files) with double quotes work fine with the old version of Dagster "0.15". However with the new version "1.1" it fails. Gives the error on the Column does not exist can any share hint of what could be the problem?