Skip to content

Commit

Permalink
Add Ruptela source mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Oct 21, 2024
1 parent ccdce5f commit 39c1801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/repositories/repositories.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var (
var ManufacturerSourceTranslations = map[string]string{
"AutoPi": "autopi",
"Hashdog": "macaron",
"Ruptela": "ruptela",
}

// CHService is the interface for the ClickHouse service.
Expand Down
1 change: 1 addition & 0 deletions internal/service/ch/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ var SourceTranslations = map[string]string{
"tesla": "dimo/integration/26A5Dk3vvvQutjSyF0Jka2DP5lg",
"autopi": "dimo/integration/27qftVRWQYpVDcO5DltO5Ojbjxk",
"smartcar": "dimo/integration/22N2xaPOq2WW2gAHBHd0Ikn4Zob",
"ruptela": "dimo/integration/2lcaMFuCO0HJIUfdq8o780Kx5n3",
}

var dialect = drivers.Dialect{
Expand Down

0 comments on commit 39c1801

Please sign in to comment.