hey! i migrated my `dbt` version from 1.5 to 1.6 b...
# integration-dbt
a
hey! i migrated my
dbt
version from 1.5 to 1.6 because I wanted to use
dbt
with dynamic tables in Snowflake. Even though we don’t use it, we had to deprecate the old metrics (defined using the
dbt-metrics
package) and replace it with the new metrics + semantic models paradigm. However, when trying to load the project in dagster, I’m getting a
KeyError
related to my semantic model. Does anyone else has the same issue? I’m using dagster v.1.4.5 (that does support dbt 1.6). I printed the error in the comments
image.png
r
Just to confirm, this issue didn’t show up in 1.5, but is now showing up in 1.6? What specifically did you add to your dbt project to make this error pop up?
a
yes, that is correct. In my dbt project, I now have semantic_models defined as part of the migration from the
dbt-metrics
to
metricflow
(even though we don’t have a use case for them yet).
r
Could you file an GitHub issue for this so we can track this problem? Having a minimal repro would be amazing
d
I'm getting the exact same error
r
@Danilo Oliveira could you file an issue so we can track this accordingly?
a
hi is there an issue for this so i can track?
r
There is no issue yet, could you file one?
👍 1
b
Hi guys, I encountered something similar, and filed for an issue here.
👍🏽 1
🙌🏻 1
🙌 2
b
We are also facing this same issue
the key sanitizing is not done for anything under
semantic_model