Discussions

Ask a Question
Back to all

dewey_duck functions work for some datasets and hang for others?

(edited)

Hello! I just read this blog post: https://www.deweydata.io/blog/your-data-your-environment-a-researchers-guide-to-dewey-in-r.

This call from the DuckDB wrapper section of the blog post works for some datasets and hangs for others: colnames(preview_dewey_duck(api_key, data_id, limit = 0)).

Specifically, when data_id is the folder ID for the Neighborhood Patterns Plus dataset, the code runs, but when data_id is the folder ID for the Visits dataset, the code hangs.

The download_dewey() function runs with the Visits folder ID, which makes me think the issue is with the Visits folder ID + DuckDB wrapper combo, specifically.

What can I try to troubleshoot? Thanks!