Skip to content

AB2D-7048 Validate IDR Attribution Workflow in Production#1741

Merged
smirnovaae merged 22 commits intomainfrom
AB2D-7048/Connect_to_snowflake
Mar 25, 2026
Merged

AB2D-7048 Validate IDR Attribution Workflow in Production#1741
smirnovaae merged 22 commits intomainfrom
AB2D-7048/Connect_to_snowflake

Conversation

@smirnovaae
Copy link
Copy Markdown
Contributor

🎫 Ticket

https://jira.cms.gov/browse/AB2D-7048

🛠 Changes

  • Updated connection to IDR Snowflake
  • Deleted UPSERT from v3.coverage_v3_staging to v3.coverage_v3
  • Updated terraform

ℹ️ Context

🧪 Validation

Terraform applied in prod, test and dev environments
Tested in Prod:
Screenshot 2026-03-25 at 2 51 16 PM

@smirnovaae smirnovaae requested a review from a team as a code owner March 25, 2026 22:12
public class SnowflakeConfig {

@Bean
@ConditionalOnProperty(name = "IDR_SNOWFLAKE_URL")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is minor, but seems like app.snowflake.url should be used instead of IDR_SNOWFLAKE_URL given app.snowflake.url exists in application.properties.

Comment thread ops/services/30-idr-db-importer/main.tf

try {
while (rs.next()) {
String line = String.join(",",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually would be good to move this logic to its own class for testability and separation of concerns

@smirnovaae smirnovaae merged commit 78951c9 into main Mar 25, 2026
17 of 18 checks passed
@smirnovaae smirnovaae deleted the AB2D-7048/Connect_to_snowflake branch March 25, 2026 22:56
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

Successfully merging this pull request may close these issues.

3 participants