-
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 333 query build asset centric construct query #516
Neat 333 query build asset centric construct query #516
Conversation
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
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.
Like the nice conversion. I am a bit confused by the AssetRules in the NeatStore.
cognite/neat/graph/stores/_base.py
Outdated
@@ -64,11 +64,11 @@ def __init__( | |||
|
|||
self.queries = Queries(self.graph, self.rules) | |||
|
|||
def add_rules(self, rules: InformationRules) -> None: | |||
def add_rules(self, rules: InformationRules | AssetRules) -> None: |
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.
Not sure if I agree with this one. Do we allow implementation rules in the Store?
[0.82.4] - 26-06-24
Added