Giuseppe Barbieri
03/08/2024, 7:02 AM~/lakefs
in case something got corrupted
• querying the API without the webhooks
is there something else I can try?Giuseppe Barbieri
03/08/2024, 8:00 AMmaxAmount
is by default to 100..Ariel Shaqed (Scolnicov)
03/08/2024, 9:30 AMGiuseppe Barbieri
03/08/2024, 10:10 AMAriel Shaqed (Scolnicov)
03/08/2024, 10:14 AMGiuseppe Barbieri
03/08/2024, 10:15 AMGiuseppe Barbieri
03/08/2024, 10:15 AMGiuseppe Barbieri
03/08/2024, 12:47 PMInt.MAX_VALUE
be safe enough for me as a client?
If the results will be still larger than that, there will be some problem/overflows within LakeFS at that point, outside my reach?Ariel Shaqed (Scolnicov)
03/08/2024, 2:34 PMGiuseppe Barbieri
03/08/2024, 2:36 PMAriel Shaqed (Scolnicov)
03/08/2024, 2:37 PMGiuseppe Barbieri
03/08/2024, 2:37 PMListEntriesLimitMax
, then they get simply cut or you will retrieve the next tranche by using the after
field?Giuseppe Barbieri
03/08/2024, 2:38 PMAriel Shaqed (Scolnicov)
03/08/2024, 2:38 PMAriel Shaqed (Scolnicov)
03/08/2024, 2:42 PMGiuseppe Barbieri
03/11/2024, 8:35 AMHTTP response body: {"message":"parameter \"amount\" in query has an error: number must be most 1000\nSchema:\n {\n \"default\": 100,\n \"maximum\": 1000,\n \"minimum\": -1,\n \"type\": \"integer\"\n }\n\nValue:\n 10000\n"}
Giuseppe Barbieri
03/11/2024, 8:36 AMapi.diffBranch(repo, branch).amount(ListEntriesLimitMax).execute() // ListEntriesLimitMax == 10_000
Isan Rivkin
03/12/2024, 8:15 AM