Skip to content

Commit

Permalink
get quota updated to 100 rows per query
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.marcombes committed Dec 13, 2024
1 parent d4ce495 commit dc01a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigfunctions/get_data/get.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ examples:
- "'https://api.github.com/repos/unytics/bigfunctions'"
- "json '{\"Content-Type\": \"application/json\"}'"
output: "{...}"
code: |
code: | #python
if not url:
return 'invalid url: it is null or empty'
if not url.startswith(('http://', 'https://')):
Expand All @@ -32,4 +32,4 @@ code: |
requirements: |
requests
quotas:
max_rows_per_query: 10
max_rows_per_query: 100

0 comments on commit dc01a60

Please sign in to comment.