When trying to run dbt deps with this package, version `0.4.1 (latest), it returns the following warning:
[WARNING]: Deprecated functionality
The source-paths config has been renamed to model-paths. Please update your
dbt_project.yml configuration to reflect this change.
When trying to run
dbt deps
with this package, version `0.4.1 (latest), it returns the following warning:[WARNING]: Deprecated functionality The
source-paths
config has been renamed tomodel-paths
. Please update yourdbt_project.yml
configuration to reflect this change.While it is only a warning, can we please get an update to the https://github.com/Montreal-Analytics/dbt-snowflake-utils/blob/master/dbt_project.yml file such that
source_paths
are compatible with newer versions of DBT