Skip to content

Commit 2ae1388

Browse files
committed
add QueryCatalog class to default
1 parent 053c1a1 commit 2ae1388

File tree

1 file changed

+2
-1
lines changed
  • cmem_plugin_base/dataintegration/parameter

1 file changed

+2
-1
lines changed

cmem_plugin_base/dataintegration/parameter/graph.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(
3131
:param show_di_graphs: show DI project graphs
3232
:param show_system_graphs: show system graphs such as shape and query catalogs
3333
:param classes: allowed classes of the shown graphs
34-
- if None -> defaults to di:Dataset and void:Dataset
34+
- if None -> defaults to di:Dataset, void:Dataset and shui:QueryCatalog
3535
:param allow_only_autocompleted_values: allow entering new graph URLs
3636
"""
3737
self.show_di_graphs = show_di_graphs
@@ -44,6 +44,7 @@ def __init__(
4444
self.classes = {
4545
"https://vocab.eccenca.com/di/Dataset",
4646
"http://rdfs.org/ns/void#Dataset",
47+
"https://vocab.eccenca.com/shui/QueryCatalog"
4748
}
4849

4950
def autocomplete(

0 commit comments

Comments
 (0)