Hi,
We have a problem with exporting data from Google big query in the API.
When we are trying to pull 10M rows we get an error:
THIS DOESN'T WORK max_rows=10000000 --format=csv > out.csv
THIS WORKS max_rows=10000 --format=csv > out.csv
Is there a limitation on the number of rows possible to export?
Thanks
Hadar