ds4fnp icon indicating copy to clipboard operation
ds4fnp copied to clipboard

Deprecation warnings for dbt project YAML file

Open ravichandrasekaran opened this issue 3 years ago • 0 comments

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

ravichandrasekaran avatar Feb 20 '22 14:02 ravichandrasekaran