DBI: cannot run query without specifying dataset #240
Comments
related: project is a required argument and you must provide a valid project id (although it can be different from both billing and any project actually used in your sql queries later) as you can run a query using tables from different projects in Google Big Query I do not see the need for this argument to be required |
Looks like I missed this case in my tests; |
Regarding my previous comment on needing project: I can see now that billing is optional: so it is enough to populate project with billing project and than there's technically no superfluous information. However, if possible I would still prefer the more explicit version: specify the billing explicitly (this is unique) and the project should receive the billing as default value and can be specified otherwise by user |
I agree that would be optimal, but I think it would be too much of a change to an existing function. |
I get an error if I do not specify dataset in the second case:
I used my own billing project, otherwise ran the same code.
sorry for no reprex, it somehow ran for a lot of time without returning
The text was updated successfully, but these errors were encountered: