MaxPointsPerCall
Specifies a target limit on the complexity cost of API calls made by the driver.
Data Type
string
Default Value
"50"
Remarks
The adapter translates your SQL queries to GitHub Data API API calls. The GitHub Data API API assigns a certain number of complexity points to all API calls. It limits the number of complex points worth of calls you can request under various circumstances. The adapter ensures that all API calls executed consume at or below the number of complexity points set in this connection property, where possible.
The total points used per hour determine your rate limit. Generally, users have a limit of 5,000 points per hour on the GitHub Data API platform.