Open ckarnes opened 2 months ago
Is this functionality that could be achieved by compiling with the httpfs extension? The ability to attach a remote duckdb is one of the major attractions but its not at all clear if or how this can be achieved currently with a database (though duckdbfs allows attaching tables via s3
I am unable to connect to connect to an s3-compatible data store using the following command:
I get back this in the console: Error in h(simpleError(msg, call)) : error in evaluating the argument 'drv' in selecting a method for function 'dbConnect': cannot open the connection In addition: Warning message: In file(con, "w") : cannot open file 's3://test/mydatabase.duckdb': No such file or directory
I use similar arguments in the aws.s3 package and am able to get information out of the bucket.