Hi all! A quick question regarding a potential iss...
# announcements
j
Hi all! A quick question regarding a potential issue I've come across with the dbt library - it seems like the
dbt_cli_snapshot
solid has incorrect configs. On line 340 here, you can see that
dbt snapshot
is set with options
thread
,
exclude
and
models
... however that command does not accept the
models
flag, but rather uses the
select
flag to choose which snapshot(s) to run (confirmed here). Does that look right to others as well? Anything I'm missing there or is this just one thing that needs to be fixed?
s
@bob - are you aware of the issue here?
👀 1
b
hi @Johnathan Brooks, thanks for pointing this out! this is definitely something that needs to be fixed. I’ve created a GitHub issue to track my notes on this it should be a quick fix. please let me know if you see anything else that is out of the ordinary 😌
j
Sounds good, thanks all! That's all I saw for now 🙂