From 3ef35a89530e7d9ae612dfe6a67199ad040a1343 Mon Sep 17 00:00:00 2001 From: Michael Baillergeon Date: Tue, 5 Dec 2023 09:21:32 -0800 Subject: [PATCH] Set page_size default to 500 --- tap_lucid_scim/tap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap_lucid_scim/tap.py b/tap_lucid_scim/tap.py index 206d6e9..b71013c 100644 --- a/tap_lucid_scim/tap.py +++ b/tap_lucid_scim/tap.py @@ -38,7 +38,7 @@ class TapLucidScim(Tap): th.Property( "page_size", th.IntegerType, - default=None, + default=500, description="Result limit for paginated streams", ), th.Property(