Skip to content

Bug in competency/definition.py: Should use column_id instead of column #20

@napakalas

Description

@napakalas

In the file competency/definition.py at line 269, the variable appended to used_columns is column. It should instead use column_id.

In some cases, using column does not match the new id attribute defined in queries.yaml, causing the id to be missing from used_columns. This can be verified by inspecting the code at line 272.

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