Loading data from a Google Persistent Disk into BigQuery? -


what's recommended way of loading data bigquery located in google persistent disk? there special tools or best practises particular use case?

copy gcs (google cloud storage), point bigquery load gcs.

there's no current direct connection between persistent disk , bigquery. send data straight bigquery bq cli, makes slower if ever need retry.


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -