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

list_keys(page_size) returns 1 too many results #14

Open
daattali opened this issue Mar 23, 2023 · 0 comments
Open

list_keys(page_size) returns 1 too many results #14

daattali opened this issue Mar 23, 2023 · 0 comments

Comments

@daattali
Copy link
Contributor

It seems like the page_size parameter is always returning one too many results.

> client <- DominoDataR::datasource_client()
> DominoDataR::list_keys(client, "mys3", page_size = 3)
[1] "Andrews_files/actual_house_prices.csv" "Andrews_files/gt_actual_pred.csv"     
[3] "Andrews_files/housing-pred-data.csv"   "Andrews_files/kc_house_data.csv"      
> DominoDataR::list_keys(client, "mys3", page_size = 6)
[1] "Andrews_files/actual_house_prices.csv" "Andrews_files/gt_actual_pred.csv"     
[3] "Andrews_files/housing-pred-data.csv"   "Andrews_files/kc_house_data.csv"      
[5] "C22760_prediction_11.csv"              "C22760_prediction_2.csv"              
[7] "Test data - GT_alphanumeric.csv" 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant