-
Notifications
You must be signed in to change notification settings - Fork 84
Add privacy preferences queues (ingestion and export) #6969
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
Greptile OverviewGreptile SummaryThis PR adds infrastructure for two new Celery task queues:
The changes are straightforward infrastructure additions with no actual task implementations yet. Confidence Score: 5/5
Important Files ChangedFile Analysis
|
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.
3 files reviewed, 1 comment
| PRIVACY_PREFERENCES_EXPORT_JOB_QUEUE_NAME = "fides.privacy_request_exports" | ||
| PRIVACY_PREFERENCES_INGESTION_JOB_QUEUE_NAME = "fides.privacy_request_ingestion" |
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.
style: missing explanatory comments like other queue definitions have
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6969 +/- ##
==========================================
+ Coverage 87.30% 87.32% +0.01%
==========================================
Files 524 525 +1
Lines 34383 34429 +46
Branches 3957 3962 +5
==========================================
+ Hits 30018 30064 +46
+ Misses 3505 3501 -4
- Partials 860 864 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Ticket ENG-1869
Description Of Changes
Adds work queues for import and export tasks for privacy preference documents
Code Changes
Steps to Confirm
None
Pre-Merge Checklist
CHANGELOG.mdupdatedmaindowngrade()migration is correct and works