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

Killing dagster jobs in the middle of crawling can cause issues #40

Open
C-Loftus opened this issue Jan 18, 2025 · 0 comments
Open

Killing dagster jobs in the middle of crawling can cause issues #40

C-Loftus opened this issue Jan 18, 2025 · 0 comments

Comments

@C-Loftus
Copy link
Member

If you kill a dagster job after it created a datastream but before the observations are inserting, that can leave the datastream in an ambiguous state.

  • If a specific station is failing saying that the datastream does not have the phenomenonTime on the datastream that is a sign that the aforemention condition likely occured and as a result, the Thing object should be removed.
  • While we could auto fetch the entire data if phenomenonTime is missing, it is in my opinion a good assertion for this to fail early to catch these sorts of edge 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
Development

No branches or pull requests

1 participant