Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 1cb4fbc

Browse files
authored
Update max_records by order of magnitude (#290)
1 parent f18c9e8 commit 1cb4fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_snowflake/db_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def get_table_columns(self, table_schemas=None):
688688

689689
# Run everything in one transaction
690690
try:
691-
columns = self.query(queries, max_records=9999)
691+
columns = self.query(queries, max_records=99999)
692692

693693
if not columns:
694694
self.logger.warning('No columns discovered in the schema "%s"',

0 commit comments

Comments
 (0)