dagster
dagster copied to clipboard
respect repository namespace in schedule & sensor idempotence checks
if a user has multiple copies of the same schedule running in different repos at the same time, a run in one will prevent the other from firing.
How I Tested These Changes
added tests that previously failed
The latest updates on your projects. Learn more about Vercel for Git ↗︎
I'd feel a whole lot better about this change (especially with the run key tag change) if we added some tests.
Specifically, using list values for tags in combination with non-list values for tags.