Read BigQuery¶
It reads data from BigQuery table and creates a DataFrame from it
Input¶
It reads data from BigQuery table.
Output¶
It creates a DataFrame from the data read and sends it to its output
Type¶
dataset
Class¶
fire.nodes.gcp.NodeReadBigQuery
Fields¶
Name |
Title |
Description |
|---|---|---|
connection |
Connection |
The Bigquery connection to connect |
bigQueryDataset |
BigQuery Dataset |
bigQueryDataset name |
bigQueryTable |
BigQuery Table |
BigQueryTable name. |
schema |
InferSchema |
|
outputColNames |
Column Names |
New Output Columns of the SQL |
outputColTypes |
Column Types |
Data Type of the Output Columns |
outputColFormats |
Column Formats |
Format of the Output Columns |
properties |
Properties |
|
extraOptionsKeys |
Properties Name |
Extra options/properites available while executing in Big Query. |
extraOptionsValues |
Properties Value |
Config Values for the Corresponding properites name |