Skip to content

Commit

Permalink
[DH-5730] Fix Redshift dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjc712 committed Apr 15, 2024
1 parent c8e55a2 commit aa1febb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataherald/sql_database/models/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class SupportedDialects(Enum):
DUCKDB = "duckdb"
BIGQUERY = "bigquery"
SQLITE = "sqlite"
REDSHIFT = "redshift"


class DatabaseConnection(BaseModel):
Expand Down

0 comments on commit aa1febb

Please sign in to comment.