Skip to content

Commit 432e63b

Browse files
authored
chore: change page size to 100
1 parent ca7e963 commit 432e63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_superset/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_url_params(
9797
params = {
9898
"columns": [],
9999
"page": 0,
100-
"page_size": 50,
100+
"page_size": 100,
101101
"filters": [],
102102
}
103103

0 commit comments

Comments
 (0)