Canvas Data 2 - Successful initdb but discrepancy in rows imported to PostgreSQL using Python DAP Client
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024
12:13 AM
Hi all,
I was able to populate local PostgreSQL using the Python dap client, but there seems to be a discrepancy in the number of rows imported compared to what I see in the Canvas web app.
For example, I can see more than 900 courses in the Canvas web app, but there are only 166 rows in the local database.
Command used: dap initdb --namespace canvas --table courses
Any pointers or advice will be appreciated.