Hi,
I am wondering if it is possible to export a BigQuery table under account A to a Google Cloud Storage bucket within another account (account B). From all of the research I've already done it seems like it would be possible given the correct permissions are granted in both accounts but I haven't found a truly definitive answer. I'm planning to use the BigQuery API to automate this process.
Solved! Go to Solution.
Hello @mmcgrath1028,
Welcome to Google Cloud Community!
You can export your BigQuery table to a Google Cloud Storage bucket then import the data to a BigQuery dataset in your other account.
You can do the following steps:
If the above option doesn't work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!