Skip to content
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

fix gql backcompat attempt 2 #25296

Closed
wants to merge 2 commits into from
Closed

Conversation

benpankow
Copy link
Member

@benpankow benpankow commented Oct 15, 2024

Summary

Removes frontend dependence on column tags. Unfortunately, because types.ts updates, we have to do some gross type manipulation to get the ts tests happy.

@benpankow
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @benpankow and the rest of your teammates on Graphite Graphite

Copy link

github-actions bot commented Oct 15, 2024

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-61kj2pxau-elementl.vercel.app
https://benpankow-fix-backcompat-2.core-storybook.dagster-docs.io

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

@@ -366,7 +373,18 @@ const MetadataEntryModalAction = (props: {
);
};

export const TableMetadataEntryComponent = ({entry}: {entry: TableMetadataEntry}) => {
type TableSchemaCompat = Omit<TableSchemaType, 'columns'> & {
Copy link
Member Author

Choose a reason for hiding this comment

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

this is quite gross

@benpankow benpankow marked this pull request as ready for review October 15, 2024 23:11
@benpankow benpankow closed this Oct 16, 2024
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.

1 participant