Columns now have a config key - https://docs.getdbt.com/reference/resource-properties/columns
models:
- name: foo
columns:
- name: id
config: # <<<<<< Config on a column.
meta: ...
We haven't added this to the json schema yet (https://github.com/dbt-labs/dbt-jsonschema/blob/main/schemas/latest/dbt_yml_files-latest.json#L1189) so this is throwing a false positive warning for linting tools that depend on it - e.g.
VS Code + YAML Extension
dbt (Platform) Studio
