Dimitris Stafylarakis
06/27/2022, 9:05 AMdbt_run_op
) do not allow passing anything through to the raw command, With SDAs I can select models, however based on other questions on the subject, it seems like support for partitions is not there yet.
It seems to me that at this point, the only possibility is to use the dbt_cli_resource
directly and generate AssetMaterializations
myself, is that correct?chris
06/27/2022, 6:45 PMdbt_cli_resource
+ AssetMaterialization
. Supporting partitions + custom dbt commands is definitely something on the radar for the near future though: https://github.com/dagster-io/dagster/issues/7683sandy
06/27/2022, 8:47 PMdbt_cli_resource
alongside software-defined assets, so you shouldn't need to use `AssetMaterialization`s unless you need the partitioned job UI. But, as Chris pointed out, we're currently workin on adding that as wellDimitris Stafylarakis
06/27/2022, 10:10 PMsandy
06/27/2022, 10:11 PMDimitris Stafylarakis
06/27/2022, 10:19 PM