rene_czepluch
08/10/2023, 8:56 AMshow
. 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/216user
08/10/2023, 2:40 PM:
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