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.
In the file competency/definition.py at line 269, the variable appended to
used_columnsiscolumn. It should instead usecolumn_id.In some cases, using
columndoes not match the newidattribute defined in queries.yaml, causing theidto be missing fromused_columns. This can be verified by inspecting the code at line 272.