Skip to content

Commit 36d4243

Browse files
authored
Analytic: Decrease batch size in datamarts (#17250)
1 parent 56b77e2 commit 36d4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/analytics/data_mart_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def main():
145145
]
146146

147147
table_path = args.table_path
148-
batch_size = 50000
148+
batch_size = 1000
149149

150150
# Read SQL query from file
151151
sql_query_path = os.path.join(repo_path, args.query_path)

0 commit comments

Comments
 (0)