Hey! Has anyone had experience passing partition s...
# ask-community
s
Hey! Has anyone had experience passing partition start and end date to dbt asset? It would be doable to calculate end based on start date but problem arises when I want to do Single run backfill on a dbt asset. How would I pass on start and end values with
load_assets_from_dbt_project
method? Or maybe there’s a different approach needed?
r
@Pedram Navid just landed some docs for this recently 🙂 • We recommend that you use
@dbt_assets
instead, so that you have full control of how your partitioned logic is passed to dbt •
dagster-dbt
+ Dagster partition docs are here: https://docs.dagster.io/integrations/dbt/reference#building-incremental-models-using-partitions
s
Thank you! 🙂
d
Hi @rex, these docs would be really helpful for me, as we are currently exploring exactly this topic (how to use dagster partitions to build dbt models). But following your link I cannot manage to find the documentation on this? Neither on version 1.4.7, nor on "master"... Have they not been released yet?