-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[Deets in Sheets]: Relationships tab #52057
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Graphite Automations"Warn authors when publishing large PRs" took an action on this PR • (01/13/25)1 teammate was notified to this PR based on Raphael Krut-Landau's automation. |
935561e
to
5f48d31
Compare
74cdf05
to
5eb7e4b
Compare
505bfc6
to
9f301fd
Compare
6983233
to
8031e0e
Compare
8031e0e
to
983f713
Compare
.../query_builder/components/view/sidebars/QuestionInfoSidebar/components/ModelUsageDetails.tsx
Outdated
Show resolved
Hide resolved
export const ToggleFullList = ({ | ||
isExpanded, | ||
toggle, | ||
sliceLength, |
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.
!nit sliceLength
feels a bit odd to me
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 added a bit of documentation
@@ -19,3 +22,26 @@ export const getIconPropsForSource = ( | |||
const iconProps = iconModel ? getIcon({ model: iconModel }) : undefined; | |||
return iconProps; | |||
}; | |||
|
|||
export const getJoinedTablesWithIcons = (question: Question) => { |
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.
you might someone else to double check you on this part...
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.
Alex P helped me with this part
983f713
to
c6aefd4
Compare
e237636
to
5a60e06
Compare
e2e tests failed on
|
File | Test Name |
---|---|
metrics-dashboard.cy.spec.js |
scenarios > metrics > dashboard > should be possible to add metrics to a dashboard |
Merge activity
|
This PR adds a Relationships tab to the question info sidesheet that shows where the question/model is used, and which tables are linked to it.