Skip to content

Commit fbf5a0e

Browse files
committed
Small fix for redshift
1 parent 6d7ebce commit fbf5a0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/sqeleton/databases/redshift.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class Dialect(PostgresqlDialect):
4848
"double": Float,
4949
"real": Float,
5050
}
51+
SUPPORTS_INDEXES = False
5152

5253
def concat(self, items: List[str]) -> str:
5354
joined_exprs = " || ".join(items)

0 commit comments

Comments
 (0)