-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEAT-325] 🏰 Asset Hierarchy Migration Tutorial #511
Conversation
75169a4
to
9140ac8
Compare
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
@@ -97,3 +97,27 @@ def construct_instances_of_class(self, class_: str, properties_optional: bool = | |||
else: | |||
warnings.warn("No rules found for the graph store, returning empty list.", stacklevel=2) | |||
return [] | |||
|
|||
def list_triples(self, limit: int = 25) -> list[ResultRow]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are two methods to help debug.
prefix="neat", | ||
namespace=DEFAULT_NAMESPACE, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to do these two to make it work. Lets discuss that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.