Skip to content
New issue

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

How to increase max rows download in csv (not retrieval but download) #9447

Closed
Nathandrake01 opened this issue Apr 2, 2020 · 3 comments
Closed
Labels
inactive Inactive for >= 30 days

Comments

@Nathandrake01
Copy link

I am unable to download more than 1000 rows (though table has more than that, even the display is more than that).

How to do it. Please mention the file name to change (if any).

@willbarrett
Copy link
Member

@Nathandrake01 if you're downloading via SQL Lab, you'll want to set a LIMIT on the query. Queries without LIMITs are automatically limited to the value of DEFAULT_SQLLAB_LIMIT - providing a larger LIMIT inside the query text will override that setting.

@stale
Copy link

stale bot commented Jun 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Jun 2, 2020
@stale stale bot closed this as completed Jun 9, 2020
@qinlz-1
Copy link

qinlz-1 commented Jun 16, 2023

@willbarrett Download via chart query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

3 participants