Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions cmem_plugin_pyshacl/plugin_pyshacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
get_graphs_list,
)
from cmem_plugin_base.dataintegration.plugins import WorkflowPlugin
from cmem_plugin_base.dataintegration.ports import FixedNumberOfInputs
from cmem_plugin_base.dataintegration.types import (
BoolParameterType,
IntParameterType,
Expand Down Expand Up @@ -351,6 +352,7 @@ def __init__( # noqa: PLR0913
self.remove_thesaurus_graph_type = remove_thesaurus_graph_type
self.remove_shape_catalog_graph_type = remove_shape_catalog_graph_type
self.max_validation_depth = max_validation_depth
self.input_ports = FixedNumberOfInputs([])

def add_prov(self, validation_graph: Graph, utctime: str) -> Graph:
"""Add provenance data"""
Expand Down
Loading