R - DomoR::list_ds() - Not returning all Dataset

I have noticed that the DomoR::list_ds() command does not return all datasets. I was wondeting why this is happening is there something that needs to be done get all the datasets to return ? I have also tried different access level including Admin, and same results. While the datasets that are not listed can be retrieved via DomoR::Fetch(guid).
Please let me know how I can resolved this, or if I should modify something in the DomoR library .
PS: https://github.com/vbs1/readr allows to use DomoR without having to downgrade Httr, I corrected the problem that was causing it, and submitted a pull request to the main Readr github.
Best Answer
-
Try adding the keyword argument limit=0
so like:
list_ds(limit=0)
When the limit kwarg is less than 1 it returns all datasets per the function help data1
Answers
-
guess this is why
list_ds has a max limit of 50. I guess by filtering using owner_id, or data_provider I may be able to automate the extraction.
Why the max limit? Could the default be 50, but not impose the limit. I want 500 rows I should be able to get that. Or does it cause some kind of issue for the Domo servers?
Vince
0 -
Try adding the keyword argument limit=0
so like:
list_ds(limit=0)
When the limit kwarg is less than 1 it returns all datasets per the function help data1 -
I tried to pull up the help from R but nothing. I should have thought of the common 0 gets everything. Thank you ?
Vince
1
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 664 Datasets
- 120 SQL DataFlows
- 2.3K Magic ETL
- 824 Beast Mode
- Visualize
- 2.6K Charting
- 87 App Studio
- 46 Variables
- Automate
- 195 Apps
- 486 APIs & Domo Developer
- 90 Workflows
- 24 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 119 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive