BigQuery equivalent of FastExport

181 Views Asked by At

I have multiple uses cases of Teradata fast export to extract data for various reports & feed to some mainframe jobs (Binary data). In BigQuery I have a way to run **bq extract **, however options are limited. I would like to know is there any equivalent utility for FastExport in BigQuery.

1

There are 1 best solutions below

1
On

I would like to know is there any equivalent utility for FastExport in BigQuery

Yes. It is called BigQuery Storage API

The BigQuery Storage API provides fast access to BigQuery managed storage by using an rpc-based protocol.