[ARCHIVED] Canvas data dumps: full history or delta?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2020
09:19 AM
Hi,
I'm using the canvas-data-sdk package to download Canvas data via its API in Python. I've been using the following commands:
```
canvas-data -c config.yml list-dumps # lists the daily dumps
canvas-data -c config.yml unpack-dump-files # download the latest dump files, unpack, and parse them into table files
```
My question is do the daily dump files contain the full history? Or does it contain delta (daily changes)? In some days, there are 100 files in the dump. In others, there are 11. Sometimes, the dump has 1 file or 130 files.
Could someone help me understand how I should interpret the data in each of the dumps? Thank you.
Vinh
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.