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.