Commit 26f0013
authored
[ez][CH] Fix infra_metrics.cloud.watch_metrics schema: use DateTime64 (#6909)
The timestamp used by cloudwatch has milliseconds, so change the
timestamp field to match that
Testing: replaced the old table, then ran `python
tools/rockset_migration/s32ch.py --clickhouse-table
"infra_metrics.cloudwatch_metrics" --stored-data t.json --s3-bucket
fbossci-cloudwatch-metrics --s3-prefix ghci-related `1 parent a87d94b commit 26f0013
File tree
2 files changed
+3
-3
lines changed- aws/lambda/clickhouse-replicator-s3
- clickhouse_db_schema/infra_metrics.cloudwatch_metrics
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
| 555 | + | |
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
0 commit comments