Navneet Kumar
Navneet Kumar

Reputation: 3752

BigQuery equivalent of FastExport

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.

Upvotes: 0

Views: 219

Answers (1)

Mikhail Berlyant
Mikhail Berlyant

Reputation: 173046

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.

Upvotes: 1

Related Questions