Is it possible to pass a `DailyPartitionsDefinitio...
# ask-community
a
Is it possible to pass a
DailyPartitionsDefinition
to
load_assets_from_dbt_project
?
j
cc @claire
c
cc @owen
o
right now, no, but definitely something we can look into adding. for context, how would this partition map onto your dbt execution? are you doing incremental builds or something of that sort? setting some sort of variable?
a
@owen exactly. I'm using an incremental build where I pass the run_date as a variable to the dbt run —vars arg
The thought is that I can easily reproduce a single day at a time if needed