-
Notifications
You must be signed in to change notification settings - Fork 18
[DPC-4823] Call consentdb directly from aggregation #2757
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 7dc1e98.
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.
Looks good to me!
<sqlCheck expectedResult="YES"> | ||
SELECT is_nullable | ||
FROM information_schema.columns | ||
WHERE table_name = 'consent' | ||
AND column_name = 'effective_date' |
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.
I'm kind of shocked there isn't a prebuilt tag to do this, but 👍
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.
you and me both 🙃
🎫 Ticket
https://jira.cms.gov/browse/DPC-4823
🛠 Changes
Moves consentdb call into dpc-aggregation.
ℹ️ Context
We will be removing dpc-consent, and this is a good first step in that process. Depends on this PR in dpc-ops.
🧪 Validation
Build and smoke test passing here.