From 7f730c1ce58b7113c172f95407d5db695f6282cc Mon Sep 17 00:00:00 2001 From: Marcel Coetzee Date: Tue, 2 Apr 2024 20:30:57 +0200 Subject: [PATCH] Update active destinations to ClickHouse Signed-off-by: Marcel Coetzee --- .github/workflows/test_destination_clickhouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_destination_clickhouse.yml b/.github/workflows/test_destination_clickhouse.yml index 62f83e9d29..57cb9f953f 100644 --- a/.github/workflows/test_destination_clickhouse.yml +++ b/.github/workflows/test_destination_clickhouse.yml @@ -17,7 +17,7 @@ env: RUNTIME__SENTRY_DSN: https://6f6f7b6f8e0f458a89be4187603b55fe@o1061158.ingest.sentry.io/4504819859914752 RUNTIME__LOG_LEVEL: ERROR - ACTIVE_DESTINATIONS: "[\"bigquery\"]" + ACTIVE_DESTINATIONS: "[\"clickhouse\"]" ALL_FILESYSTEM_DRIVERS: "[\"memory\"]" jobs: