File names in CD2 objects data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2023
09:16 AM
So I'm wondering why this is, but if the file names returned from the table query endpoint (/dap/query/canvas/table/{table name}/data) are to be sequential (part0, part1, part2, etc.), why then does this not seem to be the case consistently across all calls to the endpoint?
For example, in a call to conversations, I get back 2 objects, part0 and part3. I don't know what happened to part1 and part2. Is this by design? There is no mention of the peculiarity in the CD2 docs or API docs that I can tell. And these are snapshot data calls too, which only adds to the mystery.
As well, sometimes the part0 file is empty. Why return an empty file?
Are other users encountering this and what is the reasoning for this? Just confusing.