-
Notifications
You must be signed in to change notification settings - Fork 6
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
First 100 Rows Only #500
Comments
I found it. There is a setting that sets the 100 row limit for directquery data. But my tables are (almost) all in import mode. If I change the setting there, I can at least see 10,000 records, but I would still like to see all records from import mode tables. Thanks for the help |
Are you using 3.2.3 and does the Table Preview only show the first 100 rows even for imported tables? If so, that might be a regression. We’ll look into it. |
So I wasn't able to reproduce this issue. Could you show the types of partitions used on the table where you were only able to view the first 100 records? Thanks! |
Hello Daniel, We converted a table to a hybrid table about a week ago. Maybe that is the reason? The limitation to max. 10000 rows definitely affects all of our more than 50 tables in imported mode. Thanks PS: We´re using 3.2.3 |
Yes, indeed it seems like hybrid tables are the culprit, however I would expect the issue to only occur on tables that have a DQ partition (so pure DQ tables + hybrid tables would be affected). Could you confirm if the issue also occurs on tables that are pure import (i.e. no DQ partition)? Thanks! |
On all of my tables without exception :-\ |
Hi @Stewwe1 |
Hello Daniel,
I have a quick question:
I can only see the first 100 rows with the preview data function. This was never the case before. Can I set somewhere that I can see all rows again? :-)
Thank you for your help
Stewwe
The text was updated successfully, but these errors were encountered: