-
Notifications
You must be signed in to change notification settings - Fork 429
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
feat(dynamo_documents): propagate delete to dynamo #3220
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
ec511af
to
c00a52c
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3220 +/- ##
==========================================
- Coverage 96.02% 95.96% -0.07%
==========================================
Files 1062 1066 +4
Lines 32219 32525 +306
==========================================
+ Hits 30937 31211 +274
- Misses 1282 1314 +32 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, added quite a lot of comments here but they're mostly very minor!
api/tests/unit/environments/dynamodb/test_unit_dynamodb_identity_wrapper.py
Outdated
Show resolved
Hide resolved
api/tests/unit/environments/dynamodb/types/test_unit_dynamodb_project_metadata.py
Outdated
Show resolved
Hide resolved
api/tests/unit/environments/dynamodb/types/test_unit_dynamodb_project_metadata.py
Outdated
Show resolved
Hide resolved
@@ -1,11 +1,9 @@ | |||
import logging | |||
import typing | |||
from contextlib import suppress | |||
from typing import Any, Iterable | |||
from typing import Iterable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This diff is slightly misleading because it thinks the file was renamed(in reality it was broken down into multiple files)
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Add hooks/tasks to delete relevant documents from dynamo after they get deleted from core
ref: #1875
How did you test this code?