-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update SemanticModel node to match DSI 0.1.0dev3 protocols #7848
Merged
QMalcolm
merged 10 commits into
main
from
ct-2677--ensure-semantic-nodes-match-dsi-protocols
Jun 13, 2023
Merged
Update SemanticModel node to match DSI 0.1.0dev3 protocols #7848
QMalcolm
merged 10 commits into
main
from
ct-2677--ensure-semantic-nodes-match-dsi-protocols
Jun 13, 2023
Commits on Jun 9, 2023
-
Add tests to ensure our semantic layer nodes satisfy the DSI protocols
These tests create runtime checkable versions of the protocols defined in DSI. Thus we can instantiate instances of our semantic layer nodes and use `isinstance` to check that they satisfy the protocol. These `runtime_checkable` versions of the protocols should only exist in testing and should never be used in the actual package code.
Configuration menu - View commit details
-
Copy full SHA for 1f2eec1 - Browse repository at this point
Copy the full SHA 1f2eec1View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 612a01b - Browse repository at this point
Copy the full SHA 612a01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7099d - Browse repository at this point
Copy the full SHA cd7099dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 185e3fc - Browse repository at this point
Copy the full SHA 185e3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5007e2c - Browse repository at this point
Copy the full SHA 5007e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 467d993 - Browse repository at this point
Copy the full SHA 467d993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b6dab - Browse repository at this point
Copy the full SHA 28b6dabView commit details
Commits on Jun 13, 2023
-
Update the
SemanticModel
node to match DSI protocolA lot of the additions are helper functions which we don't actually use on core. This is a known issue. We're in the process of removing a fair number of them from the DSI protocol spec. However, in the mean time we need to implement them to satisfy the protocol unfortunately.
Configuration menu - View commit details
-
Copy full SHA for d6809a9 - Browse repository at this point
Copy the full SHA d6809a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ce4a6 - Browse repository at this point
Copy the full SHA 69ce4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9ac0e1 - Browse repository at this point
Copy the full SHA f9ac0e1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.