Google BigQuery components
| tBigQueryConfiguration | Provides the connection configuration to Google BigQuery and Google Cloud Storage for a Spark Job. | 
| tBigQueryBulkExec | Transfers given data to Google BigQuery. | 
| tBigQueryInput | Performs the queries supported by Google BigQuery. | 
| tBigQueryOutput | Transfers the data provided by its preceding component to Google BigQuery. | 
| tBigQueryOutputBulk | Creates a .txt or .csv file for the data of large size so that you can process it according to your needs before transferring it to Google BigQuery. | 
| tBigQuerySQLRow | Connects to Google BigQuery and performs queries to select data from tables row by row or create or delete tables in Google BigQuery. |