geoHeil
01/28/2023, 12:31 PMowen
01/31/2023, 5:50 PMload_assets_from...
functions support both a partitions_def
and a partition_keys_to_vars
function, which allows you to map between a partition key and some variables to pass into your incremental models. This does require that all models loaded with that command share the same partitioning, so you may need to load your dbt assets across multiple invocations of load_assets_from...
if some assets are partitioned and others are non-partitionedgeoHeil
01/31/2023, 5:53 PMowen
01/31/2023, 5:54 PMgeoHeil
01/31/2023, 5:54 PM_exclude_
sould be the right start. Do you have any example on how to do this for a tag my_tag_incremental
?