ds4fnp
ds4fnp copied to clipboard
Deprecation warnings for dbt project YAML file
Receiving the following deprecation warnings when trying dbt run
with current version of dbt
.
$ dbt run
14:40:53 [WARNING]: Deprecated functionality
The `source-paths` config has been renamed to `model-paths`. Please update your
`dbt_project.yml` configuration to reflect this change.
14:40:53 [WARNING]: Deprecated functionality
The `data-paths` config has been renamed to `seed-paths`. Please update your
`dbt_project.yml` configuration to reflect this change.
14:40:53 Running with dbt=1.0.2