-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support asset backfills in UI that target only unpartitioned assets (#…
…18352) Fixes #15173 Previously, a graphQL error would be raised when attempting to display a backfill that targets only unpartitioned assets. This is because we assumed in a resolver that at least 1 partition would be targeted. This PR fixes the issue: <img width="1450" alt="image" src="https://github.com/dagster-io/dagster/assets/29110579/3916e1ed-5660-462b-a730-e352461e68b6"> I also went through the UI and confirmed that all other pages were displaying correctly, so looks like this is the only spot where we assume partitioned asset(s) are targeted by the backfill.
- Loading branch information
1 parent
822d653
commit 8fb6b7f
Showing
7 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
js_modules/dagster-ui/packages/ui-core/src/graphql/schema.graphql
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
js_modules/dagster-ui/packages/ui-core/src/instance/backfill/types/BackfillPage.types.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8fb6b7f
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.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-806xqfvw5-elementl.vercel.app
Built with commit 8fb6b7f.
This pull request is being automatically deployed with vercel-action