We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using this config:
tables: - source: table_name action: sync partition: hour pagesize: 50
However, I see this request being issued with a 10k limit:
20:09:43 WARN JsonRequest [main] table_name RESPONSE: GET https://<servicnow-url>/api/now/table/<table_name>?sysp arm_limit=10000&sysparm_exclude_reference_link=true&sysparm_display_value=false&sysparm_fields=sys_id%2Csys_created_on%2Csys_updated _on&sysparm_query=.....
I see in Synchronizer.java that this might be hardcoded and not respecting the pagesize option:
sndml3/src/main/java/sndml/datamart/Synchronizer.java
Line 98 in 8b38980
I did not see this same issue when using since: last
since: last
The text was updated successfully, but these errors were encountered:
This appears to be resolved with the following pull request #42
Sorry, something went wrong.
No branches or pull requests
I'm using this config:
However, I see this request being issued with a 10k limit:
I see in Synchronizer.java that this might be hardcoded and not respecting the pagesize option:
sndml3/src/main/java/sndml/datamart/Synchronizer.java
Line 98 in 8b38980
I did not see this same issue when using
since: last
The text was updated successfully, but these errors were encountered: