dwall
01/21/2020, 10:05 PMalex
01/21/2020, 10:07 PMNothing
type for this, its not perfect but it might be helpful in this situationNothing
type input which can either depend on a Nothing
type output or an existing real output on a previous solidsolid
fndwall
01/21/2020, 10:10 PMalex
01/21/2020, 10:10 PMabhi
01/21/2020, 10:11 PMCOMPLETED
signal constant which just returns a specified int. You can define a custom dagster type to use it in your input/output definitionsdwall
01/21/2020, 10:13 PMmax
01/21/2020, 10:36 PMschrockn
01/21/2020, 10:40 PMdwall
01/22/2020, 2:49 PMdbt run
first, then dbt test
upon completion), but we don't necessarily care about the input and output of each of these processes. For example, we still want to run dbt test
upon the completion of dbt run
regardless of the "output" of dbt run
dagster-dbt
library for the Nothing
output type that @alex mentioned above: https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-dbt/dagster_dbt/__init__.py#L107schrockn
01/22/2020, 2:59 PMdwall
01/22/2020, 8:37 PMdbt_rpc_run
and dbt_rpc_test
) and also solids that produce nothing (dbt_rpc_poll
)