https://dagster.io/ logo
#ask-community
Title
# ask-community
a

Adam Bloom

08/22/2022, 3:35 PM
@owen looks like there might be a little more needed for https://github.com/dagster-io/dagster/pull/9423, specifically
select
is not passed to
test
anymore since the defaults for
data
and
schema
are both
true
- https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-dbt/dagster_dbt/cli/resources.py#L182-L195. I can't find any docs in dbt for
--data
or
--schema
flags, so not sure if I should just set one of those to
false
as a workaround for right now
ah, just found https://github.com/dagster-io/dagster/pull/6444 - these are old flags. I'll go ahead and set one of them to false as a workaround then!
confirmed workaround by setting both of those args to
false
-
select
args are passed through to dbt test after that
fwiw,
select
was passed to
dbt test
just fine on dagster 0.15.x - is this a recent regression in dagster-dbt 0.16.x?
c

chris

08/23/2022, 11:13 PM
heads up that Owen's on PTO until Thursday - will get back to you around then
a

Adam Bloom

08/23/2022, 11:18 PM
@chris no worries - the workaround I mentioned above is doing the trick beautifully
yay 1
@owen now that you're back, just tagging for your awareness
👀 1
o

owen

09/13/2022, 11:10 PM
oh thanks for the heads up -- just put out a fix for this, it'll be in the next release