dbt-labs / dbt-labs/dbt

Issue warning for invalid node-level attributes

Open
#11,214 0 comments 0 reactions 0 assignees View on GitHub
engine:v1
Dominant language
Rust
Stars
13.8k
Forks
2.6k
Avg merge
21h 31m
Merged PRs (30d)
56

Description

### Description

When we add new attributes to our node and config objects, if users have used those attributes in existing yaml (even though invalid) an error will occur.

We allow miscellaneous attributes in most configs, so errors there are more difficult to validate, but for node level attributes we currently ignore invalid attributes.

### Solution

Validate node level configs. Config attributes will require a more nuanced approach.

### Notes

For config attributes we already have #5605, but this ticket is only for node level attributes.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.