https://dagster.io/ logo
#dagster-support
Title
# dagster-support
t

Tejas

12/09/2022, 12:32 PM
Quick query: Does anybody aware about how to execute
dbt_metrics_default_calendar
dbt model from
dbt_packages/metrics
. Its not getting I am using Dagster asset materialization for executing DBT models.
Warehouse: Snowflake
dbt_metrics: 1.3.0 --version
dbt=1.3.1
(edited)
c

chris

12/09/2022, 7:48 PM
what exactly seems to be the problem? How are you trying to execute?
t

Tejas

12/12/2022, 6:31 PM
@chris I am using DBT metrics to create few models. So those metrics are depends upon
dbt_metrics_default_calendar
dbt model from
dbt_packages/metrics
. But I am unable to execute the
dbt_metrics_default_calendar
from dagster asset.
13 Views