From 876dfdfdcebd2498b6546ffec787939b4f3ced87 Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Thu, 3 Oct 2024 16:07:08 -0700 Subject: [PATCH] Update. --- README.md | 1 + lib/config/constants/constants.go | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d7b44ab6b..b98a7126e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Transfer is aiming to provide coverage across all OLTPs and OLAPs databases. Cur - [Destinations](https://artie.com/docs/destinations): - BigQuery + - Databricks - Microsoft SQL Server - Redshift - S3 diff --git a/lib/config/constants/constants.go b/lib/config/constants/constants.go index 69235eeae..c99bf35c9 100644 --- a/lib/config/constants/constants.go +++ b/lib/config/constants/constants.go @@ -67,9 +67,7 @@ const ( type DestinationKind string const ( - BigQuery DestinationKind = "bigquery" - // Databricks is currently experimental. - // TODO: Remove flag when it's ready for Production. + BigQuery DestinationKind = "bigquery" Databricks DestinationKind = "databricks" MSSQL DestinationKind = "mssql" Redshift DestinationKind = "redshift"