About
J-J-Jason
Jason Murray
Rank:
Community Participant
Title:
Joined:
Aug 29, 2023 5:15:46 AM
Posts:
35
Solutions:
2
Likes Received:
22
Bio:
I work on the Canvas Admin team at Princeton University in Princeton, NJ.
Most Liked Posts
Hi Edina-
What are the scenarios where the Canvas Data 2 status would not be green? The times that I've had issues I've noticed that the status does not ever change.
Thanks!Jason
The directory might be deleted automatically. You could do a download instead of a sync and then load those rows into excel or something that can handle that many rows. Just spitballing. For the date ...
You can get a lot of good info from the result of the job download, including a list of downloaded files.
async with DAPClient() as session:
query = SnapshotQuery(format=Format.CSV, fi...
That was the problem. I dropped the table and reinitialized it and all of pseudonyms are there. Thanks!
Jason
Thanks, Edina.
On a positive note - I'm finding the DAP library easy to use both from the command line and as a way to extend my own scripts. I appreciate Instructure providing scripts and help wi...
Most Recent Posts
I've had this problem and I had to drop and recreate the table with dap init.
I found users that have no pseudonym with this query:
select
u.*
from canvas.users u
left join canvas.pseudonyms p on ...
Are you using a Mac, by any chance?
We had this issue here and they solved it with the answer from this SO post:
https://stackoverflow.com/questions/70977935/why-do-i-receive-unable-to-get-local-issue...
Hi-
Check out the Technical FAQs for Canvas Data 2: Canvas Data 2 Technical Frequently Asked Questions - Instructure Community - 560958 (canvaslms.com)
At the bottom they address this. Some files may ...
You have to specify because there are a few different namespaces. canvas is where most of the tables live, but the web_logs table is in the canvas_logs namespace and I think there is also a catalogs n...
Latest Badges
Instructure Community: 1 Year
1 Year with Instructure Community
2024-09-04
100 Logins Completed
2024-07-03
First Solution Provided
2024-02-28
50 Logins Completed
2024-01-25