Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 3, 2024
1 parent 0b5ecdf commit 876dfdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions lib/config/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 876dfdf

Please sign in to comment.