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

background asset wipe #26128

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

background asset wipe #26128

wants to merge 1 commit into from

Conversation

neilfulwiler
Copy link
Contributor

Summary & Motivation

How I Tested These Changes

Changelog

Insert changelog entry or delete this section.

for ap in assetPartitionRanges
]

return wipe_assets(graphene_info, normalized_ranges)
Copy link

Choose a reason for hiding this comment

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

This mutation is intended to perform background asset wipes, but it's calling wipe_assets() instead of background_wipe_assets(). This will cause the operation to run synchronously rather than in the background as expected.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

Copy link

github-actions bot commented Nov 25, 2024

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-qit5ahtzm-elementl.vercel.app
https://background-asset-wipe.core-storybook.dagster-docs.io

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

@neilfulwiler neilfulwiler force-pushed the background-asset-wipe branch 2 times, most recently from 092e93e to e5924b0 Compare November 26, 2024 21:14
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