-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(tableau): fine-grained page size #12354
feat(tableau): fine-grained page size #12354
Conversation
…cs' of https://github.com/datahub-project/datahub into feature/cus-3546-get-connection-object-pagination-metrics
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
... and 41 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
@@ -69,8 +69,7 @@ | |||
"projects": ["default", "Project 2", "Samples"], | |||
"extract_project_hierarchy": False, | |||
"page_size": 1000, | |||
"workbook_page_size": 1000, | |||
"embedded_datasource_field_upstream_page_size": 1000, | |||
"workbook_page_size": None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None
fallsback to page_size
so this is effectively the same as the previous workbook_page_size: 1000
…cs' into feature/cus-3546-tableau-fine-grained-page-size
…cs' into feature/cus-3546-tableau-fine-grained-page-size
This is continuation of PR #12329 and adds other fine-grained page sizes
Checklist