-
Notifications
You must be signed in to change notification settings - Fork 192
Description
Is your feature request related to a problem? Please describe.
At $WORK
, I heavily leverage on Trino to use multiple data sources within my DBT projects (using the dbt-trino
connector).
It's also quite useful for storing DBT's test results in a different database than the analytical one (by using the --store-failures
flag combined with the +schema
and +database
config).
Describe the solution you'd like
Elementary is IMHO a better solution than the raw --store-failures
flag and it could be great to be able to make it work with the dbt-trino
connector.
Describe alternatives you've considered
For now, none :) I'm still using the --store-failures
flag but without the proper visualization, I can't make it very useful for the rest of the teams.
Additional context
Nope.
Would you be willing to contribute this feature?
Totally! I started to dig a little bit (I seached postgres__
to see what kind of macro needs to be implemented) but I need guidance on how to start and how to test.