I'm having some issues with duckdb-dbt and the fea...
# troubleshooting
r
I'm having some issues with duckdb-dbt and the feature of
show
. As I understand it is not covered but the author claims it is possible. Would you know how to execute dbt:show with meltano duckdb? https://github.com/jwills/dbt-duckdb/issues/216
u
the
:
is telling it to run a meltano defined command but show isnt defined as a command yet. You can use
meltano invoke dbt-duckdb show
(with a space) but its limited because you cant run it in a pipeline with
meltano run
. Or you can define a new show command in your plugin configuration