Hi,
Am looking for some parameters in BQ connection that lets me define billing project_id AND default dataset project_id separately. Can you please let me know what params to use and an example if possible.
Thank you
Hi @crazyrevol,
Welcome to Google Cloud Community!
Yes, you can define a billing project ID and a separate default dataset project ID in BigQuery connections, though the exact parameters and how they interact can vary slightly depending on the client library or tool you're using.
The key to separating them is often by setting the client's default project to your default_dataset_project_id, and then overriding the billing project either at the client level or per query.
Here are a few helpful resources that explain how to configure separate billing and dataset projects in BigQuery:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.