-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(logical): Add feature flag and models #14097
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
Conversation
❌ Unsupported file formatUpload processing failed due to unsupported file format. Please review the parser error message:
|
✅ Meticulous spotted 0 visual differences across 1453 screens tested: view results. Meticulous evaluated ~8 hours of user flows against your PR. Expected differences? Click here. Last updated for commit 555be1c. This comment will update as new commits are pushed. |
Bundle ReportChanges will increase total bundle size by 51 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
Files in
|
@Relationship = { | ||
"/destinationUrn": { |
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.
weird formatting?
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.
Huh I thought I got rid of this, nice catch
record LogicalParent { | ||
@Relationship = { | ||
"/destinationUrn": { | ||
"name": "LogicalInstanceOf", |
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 think the relationship is PhysicalInstanceOf - I am a physical instance of a my logical parent.
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.
Done
"queryByDefault": false, | ||
"addToFilters": true, | ||
"hasValuesFieldName": "hasLogicalParent", | ||
"filterNameOverride": "Logical Instance Of" |
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.
Physical Instance Of
Merging through flake |
Initial work to support logical models, i.e. representing the relationship between logical dataset and their physical representations