Montreal-Analytics / dbt-snowflake-utils

Snowflake-specific utility macros for dbt projects.
Apache License 2.0
105 stars 36 forks source link

Package is hitting deprecation warnings #26

Closed jasonmaddernstudylink closed 1 year ago

jasonmaddernstudylink commented 1 year ago

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.

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

jasonmaddernstudylink commented 1 year ago

Nm - I can resolve this by pulling in your DBT package from the hub rather than git direct