Skip to content

[3/n][Observe UI] Add lineage tab #29267

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

Merged
merged 11 commits into from
Apr 15, 2025
Merged

[3/n][Observe UI] Add lineage tab #29267

merged 11 commits into from
Apr 15, 2025

Conversation

salazarm
Copy link
Contributor

Summary & Motivation

This is behind the new observe UI feature flag. Adds the lineage tab

How I Tested These Changes

Screen.Recording.2025-04-14.at.5.08.39.PM.mov

@salazarm salazarm changed the base branch from master to salazarm/remove-selection-syntax-flag-1 April 14, 2025 21:10
Copy link

github-actions bot commented Apr 14, 2025

Deploy preview for dagit-storybook ready!

✅ Preview
https://dagit-storybook-pi1ch83yh-elementl.vercel.app
https://salazarm-lineage-tab.components-storybook.dagster-docs.io

Built with commit bb40e02.
This pull request is being automatically deployed with vercel-action

Copy link

github-actions bot commented Apr 14, 2025

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-goj2hsnrz-elementl.vercel.app
https://salazarm-lineage-tab.core-storybook.dagster-docs.io

Built with commit bb40e02.
This pull request is being automatically deployed with vercel-action

Copy link
Collaborator

@bengotow bengotow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a huge fan of this UI having three rows of nav that say Catalog but I think that's unrelated :-) Code looks great!

Comment on lines +711 to +720
<Tooltip content={isFullScreen ? 'Collapse' : 'Expand'}>
<Button
icon={
<Icon
name={isFullScreen ? 'collapse_fullscreen' : 'expand_fullscreen'}
/>
}
onClick={toggleFullScreen}
/>
</Tooltip>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could see wrapping this into a shared button so that we're consistent about adding the tooltip

Base automatically changed from salazarm/remove-selection-syntax-flag-1 to master April 15, 2025 15:01
@salazarm salazarm merged commit a87bffe into master Apr 15, 2025
7 of 8 checks passed
@salazarm salazarm deleted the salazarm/lineage-tab branch April 15, 2025 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants