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"