Closed n8layman closed 1 year ago
Two questions:
as_of
is a date?I realize that my query_as_of()
fn probably had an issue with the tryCatch()
statement, as on error it didn't stop.
Instead of
error = function(e) paste0("'", as_of, "'")
I believe it should be something like
error = function(e) stop(e, ", some additional text from the query")
This never got merged but needed to.
There were still some bugs with as_of in dbReadTable() when applied to views. This should take care of it.