-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(contract): Show Dataset's Siblings Contract Information #11926
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
base: master
Are you sure you want to change the base?
feat(contract): Show Dataset's Siblings Contract Information #11926
Conversation
jjoyce0510
left a comment
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.
Overall I think this looks quite good - thank you! Once CI passes we should be okay to proceed
|
Looks like we have some build & test failures - please take a look before merge! |
|
@matthew-coudert-cko - you need to run |
| ...dataContractDetails | ||
| } | ||
| siblings { | ||
| siblings { |
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.
We use siblingsSearch now to limit how many siblings get returned, in case there's a ton of siblings
Checklist
We show the Snowflake asset by default in DataHub, but our contracts are created in code in DBT. This led to contract information not being visible via the UI.
This resolves that.