Hi all, When using DBT integration. If I don't se...
# ask-community
o
Hi all, When using DBT integration. If I don't set any profile dir information the
load_assets_from_dbt_project
call it defaults to
project_dir/config
however when not setting any profile info on the
dbt_cli_resource
the default seems to be the dbt default
~/dbt/..
don't remember this happening the first time I ran this. User error or worth raising an issue?
o
hey @Oliver thanks for the heads up, that's definitely an unfortunate quirk --
load_assets_from_dbt_project
should really have the same default as the
dbt_cli_resource
. We'll probably wait until the 1.0 release of that library to change the behavior (as it would be a breaking change). Created a ticket here: https://github.com/dagster-io/dagster/issues/9688
🌈 1