Skip to content

Commit

Permalink
Use account_number instead of account_id for insta-integration valida…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
pflooky committed Jul 9, 2024
1 parent 19371d4 commit 6fa3f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insta-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ run:
- options:
dbtable: account.balances
validations:
- expr: ISNOTNULL(account_id)
- expr: ISNOTNULL(account_number)
- aggType: count
aggExpr: count == 1000
- options:
dbtable: account.transactions
validations:
- expr: ISNOTNULL(account_id)
- expr: ISNOTNULL(account_number)
- aggType: count
aggExpr: count == 5000
- groupByCols: [account_number]
Expand Down

0 comments on commit 6fa3f0c

Please sign in to comment.