Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/flows/base/create_cachedb_file_plugin/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"concept": {"column_name": "concept_id"},
"concept_ancestor": {"column_name": "ancestor_concept_id"},
"concept_class": {"column_name": "concept_class_id"},
"concept_hierarchy": {"column_name": "concept_id"},
Comment thread
Zhimin-arya marked this conversation as resolved.
"concept_recommended": {"column_name": "concept_id_1"},
"concept_relationship": {"column_name": "concept_id_1"},
"concept_synonym": {"column_name": "concept_id"},
Expand Down
Loading