The most recent content from our members.
I have everything working as I would like. Postgres has all the schema and tables and I can successfully run the syncdb on all the tables in Terminal (I am on a mac). I would like to schedule the syncdb with cron but I have hit a wall. Right now the error is that dap is not available or found. Anyone sucessfully using cron…
Hello, when using the Python dap client library (not the CLI), is there a way to get access to the HTTP request / response headers and bodies for debugging? Example: I sometimes get errors like "malformed HTTP response" or "invalid_client" but no other information in the stacktrace. It would be helpful to see the HTTP…
I have recently joined as a Senior Product Manager for the Instructure Data & Insights team. I’m overseeing the DAP Query API and the DAP CLI client and library. I look forward to meeting many of you to discuss your data and analytics priorities. As I started to work on shaping the roadmap for these products, I'm eager to…
Why does listing tables from canvas_logs namespace still return the user_agents table? I thought this table was deprecated/sunset? Is there a plan to stop listing it? This dap command returns the following: dap --base-url $DAP_API_URL --client-id $DAP_CLIENT_ID --client-secret $DAP_CLIENT_SECRET list --namespace…
Hello, I'm using Python to automatically sync our CANVAS data into our database. However, I'd prefer to not have the results of each table's syncing printed out (e.g. "No rows to upsert", "No rows to delete"). Is there a way to add a line (or so) to the code so that those logs won't be printed out? I'm new to this Python…
Hello, I'm having trouble with the DAP CLI version 1.1.0 on a windows 11 machine. I got a new client id and secret , the I ran: set DAP_CLIENT_ID=... set DAP_CLIENT_SECRET=.. set DAP_API_URL=.. >dap --version dap 1.1.0 But when I run list I get a full web page returned: >dap list --namespace canvas <!DOCTYPE <SPAN>html>…
Hello, I am new to the API and DAP. Is there any easy way to calculate current marks for students? It sounds simple but it looks like a complicated calculation, roughly the average of all required assignments mapped to a mark using the grading scheme for the section. Is there a handy GitHub repo that I can leverage? Thanks…
Sign in to enhance your access to articles, forums, and events—and to participate by sharing insights, engaging in discussions, and connecting with your network of edtech peers.