Class BigQuerySource (1.8.1)

  BigQuerySource 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

The BigQuery location for the input content.

Attribute

Name Description
input_uri str
Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: - BigQuery path. For example: ``bq://projectId.bqDatasetId.bqTableId``.

Inheritance

builtins.object > proto.message.Message > BigQuerySource