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

[dynamic] fix how skips cascade #11561

Merged
merged 1 commit into from Jan 9, 2023

Conversation

alangenfeld
Copy link
Member

resolves #10292
resolves #5948

How I Tested These Changes

added tests cases

@vercel
Copy link

vercel bot commented Jan 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated
dagit-storybook ⬜️ Ignored (Inspect) Jan 6, 2023 at 9:44PM (UTC)
dagster ⬜️ Ignored (Inspect) Jan 6, 2023 at 9:44PM (UTC)

@alangenfeld
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@alangenfeld alangenfeld force-pushed the al/01-06-_dynamic_fix_how_skips_cascade branch from 4c17676 to 2fe9798 Compare January 6, 2023 20:07
@alangenfeld alangenfeld force-pushed the al/01-06-_dynamic_fix_how_skips_cascade branch 2 times, most recently from 424f2b4 to 71ae514 Compare January 6, 2023 20:34
@@ -239,6 +245,8 @@ def get_next_step(self) -> ExecutionStep:
self.sleep_til_ready()
step = self.get_next_step()

if step is None:
print("fuck")
Copy link
Contributor

Choose a reason for hiding this comment

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

might want to drop this

Copy link
Member Author

Choose a reason for hiding this comment

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

haha whoops

@alangenfeld alangenfeld force-pushed the al/01-06-_dynamic_fix_how_skips_cascade branch from 71ae514 to 81b9a7c Compare January 6, 2023 21:44
@alangenfeld alangenfeld merged commit 29b9d48 into master Jan 9, 2023
@alangenfeld alangenfeld deleted the al/01-06-_dynamic_fix_how_skips_cascade branch January 9, 2023 15:14
AlexanderVR pushed a commit to AlexanderVR/dagster that referenced this pull request Jan 10, 2023
resolves dagster-io#10292
resolves dagster-io#5948

### How I Tested These Changes

added tests cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants