Skip to content

Commit dc01a60

Browse files
author
paul.marcombes
committed
get quota updated to 100 rows per query
1 parent d4ce495 commit dc01a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigfunctions/get_data/get.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ examples:
2020
- "'https://api.github.com/repos/unytics/bigfunctions'"
2121
- "json '{\"Content-Type\": \"application/json\"}'"
2222
output: "{...}"
23-
code: |
23+
code: | #python
2424
if not url:
2525
return 'invalid url: it is null or empty'
2626
if not url.startswith(('http://', 'https://')):
@@ -32,4 +32,4 @@ code: |
3232
requirements: |
3333
requests
3434
quotas:
35-
max_rows_per_query: 10
35+
max_rows_per_query: 100

0 commit comments

Comments
 (0)