I have a question on how BigQuery handles slot allocation when running queries from one project that select data from tables in another project.
Let's assume the following scenario.
I have project A which is associated with billing account A I have project B which is associated with billing account B I have user C
User C has been granted permissions to query data in project A and project B.
User C logs on and selects project B from the dropdown at the top. User C then runs a query against project A
From which project will the resources/slots be allocated? Project A or project B? Which project will be billed? Project A or project B?