Domo Query API - Row limit?
Hello, Experts,
Is there a limit to the # of rows you can pull down from a Domo dataset using the Domo Query Dataset method?
https://developer.domo.com/docs/dataset-api-reference/dataset#Query%20a%20DataSet
I have built a https request using python and then leveraging writing that response to a python pandas data frame. However, (full disclosure: have not tested writing to db yet) I can only see 1M rows in the data frame. Is 1M rows the limit?
I am doing something like:
{"sql": "select * from table"}
I will eventually clean this up to pull a smaller subset of data based on a data field in the dataset but wanted to get all the data in one run to load my historical DB on my remote server.
Let me know if this makes sense/
Comments
-
i do not know 100% but would not be surprised / it would make sense. APIs wouldn't want to stream billion row datasets to you. instead it would be secure (in case of network interruption) to send data in n-sized row chunks.
so ... yeah.. makes sense.
in a similar way, i would not read the data directly into a pandas dataframe, i think i would download the data to a csv, and then read the data into python. that way there's fewer chances of catastrophic error in case of network outage.
also ... even though it's free ... don't set yourself up for frustration. SELECT * ?
for visualization we are very wasteful with data storage, we produce very fat, very tall datasets and Adrenaline handles it like a champ. If you're sending decently large datasets over API, you probably want to be a bit more parsimonious with column selection.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 8 Federated
- 2.9K Transform
- 100 SQL DataFlows
- 616 Datasets
- 2.2K Magic ETL
- 3.8K Visualize
- 2.5K Charting
- 738 Beast Mode
- 56 App Studio
- 40 Variables
- 684 Automate
- 176 Apps
- 452 APIs & Domo Developer
- 46 Workflows
- 10 DomoAI
- 35 Predict
- 14 Jupyter Workspaces
- 21 R & Python Tiles
- 394 Distribute
- 113 Domo Everywhere
- 275 Scheduled Reports
- 6 Software Integrations
- 123 Manage
- 120 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 108 Community Announcements
- 4.8K Archive