https://github.com/r-dbi/bigrquery/blob/main/R/dbi-connection.R#L228
if (!identical(temporary, FALSE)) {
cli::cli_abort(
"{.code temporary = FALSE} not supported by bigrquery.",
call = quote(DBI::dbWriteTable())
)
}
I think this is supposed to read `temporary = TRUE` not supported by bigrquery?
https://github.com/r-dbi/bigrquery/blob/main/R/dbi-connection.R#L228
I think this is supposed to read
`temporary = TRUE` not supported by bigrquery?