is there a way to generically pass in `vars` from ...
# integration-dbt
r
is there a way to generically pass in
vars
from Dagster to DBT? I know how to do this for partitioned assets via
partition_key_to_vars_fn
when invoking
load_assets_from_dbt_project|manifest
but I don't see of a way to pass this in for non-partitioned assets
r
@dbt_assets
supports this, since you have full control of the compute body.