From 39c1801b60ea4cc6125d15db5f9a8f255d7f0eb5 Mon Sep 17 00:00:00 2001 From: Dylan Moreland Date: Sun, 20 Oct 2024 23:45:57 -0400 Subject: [PATCH] Add Ruptela source mapping --- internal/repositories/repositories.go | 1 + internal/service/ch/queries.go | 1 + 2 files changed, 2 insertions(+) diff --git a/internal/repositories/repositories.go b/internal/repositories/repositories.go index 768a575..cfc89a4 100644 --- a/internal/repositories/repositories.go +++ b/internal/repositories/repositories.go @@ -25,6 +25,7 @@ var ( var ManufacturerSourceTranslations = map[string]string{ "AutoPi": "autopi", "Hashdog": "macaron", + "Ruptela": "ruptela", } // CHService is the interface for the ClickHouse service. diff --git a/internal/service/ch/queries.go b/internal/service/ch/queries.go index 5bc4bc2..6161e4d 100644 --- a/internal/service/ch/queries.go +++ b/internal/service/ch/queries.go @@ -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{