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

[DB] - Runs being overwritten in cloud DB #242

Open
jr1221 opened this issue Nov 20, 2024 · 0 comments
Open

[DB] - Runs being overwritten in cloud DB #242

jr1221 opened this issue Nov 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jr1221
Copy link
Contributor

jr1221 commented Nov 20, 2024

Observed Behavior

Right now, sicne run ID is the primary key in the cloud, the run types are being overwritten on update.
This means when charybdis is run any run ID in the cloud with the same ID is then upserted, erasing valuable info about the run and ruining any relation links.

Expected Behavior

Runs are updated with overlapping IDs and it doesnt care, preverses relation to true ID.

Steps to Reproduce

  1. Upload a run the charybids
  2. Delete local DB, create run again
  3. Upload run again, note the old run is gone and replaced with new run.

Screenshots (as needed)

No response

@jr1221 jr1221 added the bug Something isn't working label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant