beausoleilmo
beausoleilmo
Thanks for the update!
@bryan-harter Don't know how you got that message, but this is what I was suspecting. Also, I still get the '`Could not connect to Google Drive at this time. Please...
I restarted my computer, RStudio but still no luck. This is an attempt at making it work and probably not a fix. I commented a bunch of lines (e.g., b$Page$loadEventFired())...
Good! Actually, I tried a bunch of values for sleep time. 8 was working, but I went for 10 to be sure. I was wondering if there was a function...
Let me know if you want something else : ``` R 4.4.1 # Packages cli : 3.6.5 DBI: 1.2.3 duckdb: 1.3.3 # CLI : duckdb --version v1.3.2 (Ossivalis) 0b83e5d2f6 ```
That's what I thought! However, the native `read_csv` using duckdb in CLI works just fine. In R, when I use `dbExecute(conn = con, statement = sprintf("CREATE VIEW ginat AS SELECT...
ok! version 1.3.2 and 1.3.3.0991 doesn't work either. There are some updates here https://stackoverflow.com/questions/79763382/duckdb-read-csv-not-working-when-there-are-double-quotes-example-in-csv and it really feels like the `duckdb_read_csv` is not behaving as expected whereas some alternative do...
I was wondering when opening a duckdb connection `con
Nice discussion! @cboettig from what I understand, there is not creation of an R-tree index when using `duckdbfs`. > but this doesn't extend to the static file-based workflow (i.e. the...