Closed brancengregory closed 7 months ago
The current issues I see:
ojo_collect()
working with ojo_tbl(..., source = "arrow")
<- mostly done nowojo_list_vars()
test is failing -- when run in non-interactive mode, inherits(ojo_list_vars(...), "tbl_Pool")
returns FALSE
instead of the expected TRUE
ojo_list_tables()
test is failing -- looks like it's just complaining about changes to the db schemas, and just needs to have the snapshots updatedojo_tbl()
test is failing -- snapshot result of ojo_tbl("case", .con = db)
has changed; might just need to update the snapshot, but I'm not 100% sure.I also think we should ideally lock down the GCS and add some kind of authentication to this
…sing the same api