Skip to content

Missing config configuration support for model columns #213

@jeremyyeo

Description

@jeremyyeo

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

Image

dbt (Platform) Studio

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions