There was an error while loading. Please reload this page.
1 parent 6d7ebce commit fbf5a0eCopy full SHA for fbf5a0e
data_diff/sqeleton/databases/redshift.py
@@ -48,6 +48,7 @@ class Dialect(PostgresqlDialect):
48
"double": Float,
49
"real": Float,
50
}
51
+ SUPPORTS_INDEXES = False
52
53
def concat(self, items: List[str]) -> str:
54
joined_exprs = " || ".join(items)
0 commit comments