Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to Open Dataset #7

Open
DOH-WLD0303 opened this issue May 10, 2023 · 2 comments
Open

Fails to Open Dataset #7

DOH-WLD0303 opened this issue May 10, 2023 · 2 comments
Assignees

Comments

@DOH-WLD0303
Copy link

Thanks for the work on this project so far! It's looking really promising!

Getting set up was relatively easy and everything was going fine up until I tried to load the data as arrow.

library(delta.sharing)
client <- sharing_client("C:\\Users\\wld0303\\Downloads\\config.share")

client$list_shares()
client$list_all_schemas()

client$list_tables(share = "test", schema = "raw")

data <- client$table(share='test', schema='raw', table='synthea_patients')
data$set_download_path('C:\\Users\\wld0303\\Downloads')

data_tbl_arrow <- data$load_as_arrow()

The resulting error is below:
image

Do you have any suggestions on what I might have done wrong?

@zacdav-db
Copy link
Owner

zacdav-db commented May 11, 2023

Thanks for trying it out!

I've ran into this once before, unfortunately wasn't able to definitively replicate it. Would you mind trying the dev branch version of the package?

It has some substantial changes and it'd be good to know if the issue is the same here as well (internally it will change to use duckdb, the readme has slightly altered instructions too)

@zacdav-db
Copy link
Owner

zacdav-db commented May 11, 2023

One other thought is whether or not you get this error with the python connector - ideally it should be the same source data being accessed so it would help narrow down if this is R specific.

@zacdav-db zacdav-db self-assigned this May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants