Skip to content

Commit

Permalink
xdiff monitor to demo xdiffs
Browse files Browse the repository at this point in the history
  • Loading branch information
diveart committed Sep 4, 2024
1 parent cdbba11 commit e6dbde9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions monitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ monitors:
schedule:
# interval:
# every: hour
cron: 50 * * * *
cron: 55 * * * *
datadiff:
dataset_a:
connection_id: 8824
table: demo.diff.transactions_v1_10m
dataset_b:
connection_id: 4932
# table: DEMO.DIFF.TRANSACTIONS_V2_10M
table: demo.diff.transactions_v2_10m
table: DEMO.DIFF.TRANSACTIONS_V2_10M
# table: demo.diff.transactions_v2_10m
primary_key:
- transaction_id
columns_to_compare:
Expand All @@ -146,15 +146,15 @@ monitors:
schedule:
# interval:
# every: hour
cron: 50 * * * *
cron: 55 * * * *
datadiff:
dataset_a:
connection_id: 8824
table: demo.diff.transactions_v1_10m
dataset_b:
connection_id: 4932
# table: DEMO.DIFF.TRANSACTIONS_V2_10M
table: demo.diff.transactions_v2_10m
table: DEMO.DIFF.TRANSACTIONS_V2_10M
# table: demo.diff.transactions_v2_10m
primary_key:
- transaction_id
columns_to_compare:
Expand Down

0 comments on commit e6dbde9

Please sign in to comment.