openjusticeok / ojodb

OJO's R package for opening the black box of our justice system
https://openjusticeok.github.io/ojodb/
GNU General Public License v3.0
5 stars 3 forks source link

Move connection creation from `tbl_from_gcs_duckdb` to `ojo_connect` #169

Closed brancengregory closed 4 months ago

brancengregory commented 4 months ago
          In order for us to be able to run queries lazily on multiple remote tables with joins, we will need to use the same db source. That means pulling out the connection creation from `tbl_from_gcs_duckdb` and moving it into `ojo_connect` with a new argument that can be `postgres` or `duckdb`.

Originally posted by @brancengregory in https://github.com/openjusticeok/ojodb/issues/168#issuecomment-2132606456