You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you installed the latest development version of the package(s) in question?
I have installed the latest development version of the package.
What version of the package do you have?
4.4.0.9012
Describe the bug
Using update_db to create a new table with pbp data in a Google BigQuery database creates the error
Error in `signal_reason()`:
! Not found: Table <PROJECTNAME>:<DATASETNAME>.<TABLENAME> was not found in location EU [notFound]
Run `rlang::last_error()` to see where the error occurred.
(I've replaced projectname, datasetname and tablename in this output.)
Is there an existing issue for this?
Have you installed the latest development version of the package(s) in question?
What version of the package do you have?
4.4.0.9012
Describe the bug
Using
update_db
to create a new table with pbp data in a Google BigQuery database creates the error(I've replaced projectname, datasetname and tablename in this output.)
Reprex
Expected Behavior
I would expect to get a table called TABLENAME with pbp data
nflverse_sitrep
Screenshots
No response
Additional context
Function write_pbp():
When using bigrquery
DBI::dbWriteTable()
should set parameter append to FALSE when the tables does not yet exist.The text was updated successfully, but these errors were encountered: