Skip to content

Commit

Permalink
feat: hack to get tables running in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Verreault committed Jan 8, 2025
1 parent 77a8f99 commit ba5d5e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ config {
"amount",
],
},
tags : ["regulatory-report"],
}

WITH disbursal_initiated AS (
Expand Down
2 changes: 1 addition & 1 deletion definitions/outputs/fct_credit_facility_events.sqlx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config {
"completed_at_date_key",
"facility"],
},
tags: ["current-dev"]
tags : ["regulatory-report"],
}

WITH initialized AS (
Expand Down

0 comments on commit ba5d5e4

Please sign in to comment.