Skip to content

Commit

Permalink
Use update addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed Dec 11, 2024
1 parent 727620f commit c645827
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions internal/service/ch/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,16 @@ const (
lastStringGroup = "argMax(" + vss.ValueStringCol + ", " + vss.TimestampCol + ")"
)

// TODO: remove this map when we move to storing the device address
var SourceTranslations = map[string]string{
"macaron": "dimo/integration/2ULfuC8U9dOqRshZBAi0lMM1Rrx",
"tesla": "dimo/integration/26A5Dk3vvvQutjSyF0Jka2DP5lg",
"autopi": "dimo/integration/27qftVRWQYpVDcO5DltO5Ojbjxk",
"smartcar": "dimo/integration/22N2xaPOq2WW2gAHBHd0Ikn4Zob",
"ruptela": "0x5a87788D90f0ded17A35E4BDaCb47f1993021630",
"ruptela": "0xF26421509Efe92861a587482100c6d728aBf1CD0",
// "macaron": "0x4c674ddE8189aEF6e3b58F5a36d7438b2b1f6Bc2",
// "tesla": "0xc4035Fecb1cc906130423EF05f9C20977F643722",
// "autopi": "0x5e31bBc786D7bEd95216383787deA1ab0f1c1897",
// "smartcar": "0xcd445F4c6bDAD32b68a2939b912150Fe3C88803E",
}

var dialect = drivers.Dialect{
Expand Down

0 comments on commit c645827

Please sign in to comment.