DerwenAI / kglab

Graph Data Science: an abstraction layer in Python for building knowledge graphs, integrated with popular graph libraries – atop Pandas, NetworkX, RAPIDS, RDFlib, pySHACL, PyVis, morph-kgc, pslpython, pyarrow, etc.
https://derwen.ai/docs/kgl/
MIT License
581 stars 66 forks source link

update abort_on_error to abort_on_first for pyshacl #213

Closed fils closed 2 years ago

fils commented 2 years ago

Pull request in reference to https://github.com/DerwenAI/kglab/issues/211

Current behaviour

Running pyshacl return a warning

Usage of abort_on_error is deprecated. Use abort_on_first instead.

Which is annoying when processing 1K files via dask :)

New expected behaviour

no such warning

Change logs

Fixed

ceteri commented 2 years ago

Excellent, thank you @fils !