Is there anyway to run a `build_dbt_asset_selectio...
# ask-community
f
Is there anyway to run a
build_dbt_asset_selection
with a
--full-refresh
flag?
dagster bot responded by community 1
🤖 1
s
You just need to pass the following into your run config: Example
Copy code
run_dbt_b32b7:
    config: {full_refresh: true}
f
Also for all assets in the selection?
s
I believe it would append
--full-refresh
to the dbt run command which would run full refresh on all selected incremental models