Liran
Liran
**Describe the bug** Tried to use the DBT integration with the following code: ``` import dbt from '@cubejs-backend/dbt-schema-extension' asyncModule(async () => { await dbt.loadMetricCubesFromDbtProject('/dbt'); }); ``` And got the following...
Unable to run lightdash on top of jaffle_shop_metrics: https://github.com/dbt-labs/jaffle_shop_metrics/ I tried to downgrade the project's version but some of the features used there are unsupported by previous DBT versions. I...
In some cases the actual exception is hiding in the suppressed exception section. rollbar log4j2 is not sending this. We need to append the following as well: ```throwableProxy.getSuppressedProxies()```