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

[1/k][ui] Pull, display generic kinds in place of compute kind #24159

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

benpankow
Copy link
Member

@benpankow benpankow commented Sep 2, 2024

Summary

Begin moving from compute kinds to kinds by requesting the list of kinds from GraphQL (introduced in #24154, a superset of the compute kind) and then displaying those in place of the compute kind tags in the asset graph and asset list.

Changelog

NOCHANGELOG

Copy link

github-actions bot commented Sep 2, 2024

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-fykb3l86g-elementl.vercel.app
https://benpankow-kinds-ui-1.core-storybook.dagster-docs.io

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

@benpankow benpankow marked this pull request as ready for review September 3, 2024 03:47
@@ -10,11 +10,15 @@ export const LEGACY_COMPUTE_KIND_TAG = 'kind';
export const COMPUTE_KIND_TAG = 'dagster/compute_kind';
export const STORAGE_KIND_TAG = 'dagster/storage_kind';

export const KIND_TAG_PREFIX = `dagster/kind/`;
Copy link
Contributor

Choose a reason for hiding this comment

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

@benpankow benpankow force-pushed the benpankow/kind-specs-2 branch from 01672e2 to c734909 Compare September 4, 2024 14:53
@benpankow benpankow force-pushed the benpankow/kinds-ui-1 branch from 8dcf5cd to 6e6b2eb Compare September 4, 2024 14:54
@benpankow
Copy link
Member Author

benpankow commented Sep 4, 2024

Merge activity

  • Sep 4, 2:48 PM PDT: @benpankow started a stack merge that includes this pull request via Graphite.
  • Sep 4, 2:54 PM PDT: Graphite rebased this pull request as part of a merge.
  • Sep 4, 2:55 PM PDT: @benpankow merged this pull request with Graphite.

@benpankow benpankow changed the base branch from benpankow/kind-specs-2 to graphite-base/24159 September 4, 2024 21:49
@benpankow benpankow changed the base branch from graphite-base/24159 to master September 4, 2024 21:52
@benpankow benpankow force-pushed the benpankow/kinds-ui-1 branch from 6e6b2eb to 8637118 Compare September 4, 2024 21:54
@benpankow benpankow merged commit 5d3c50a into master Sep 4, 2024
1 of 2 checks passed
@benpankow benpankow deleted the benpankow/kinds-ui-1 branch September 4, 2024 21:55
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