Cloud Data Integration for PowerCenter
- Cloud Data Integration for PowerCenter
- All Products
Connection property
| Description
|
---|---|
Source Dataset ID
| Name of the dataset that contains the source table and target table that you want to connect to.
Default is
datasetID_changeit .
Google BigQuery supports the datasets that reside only in the US region.
|
Property name
| Description
|
---|---|
Source Dataset ID
| Overrides the Google BigQuery dataset name that you specified in the connection.
Default is
$$sf_database .
|
Source Staging Dataset
| Overrides the Google BigQuery staging dataset name that you specified in the connection and the Source Dataset ID source advanced property.
|
Allow Large Results
| Determines whether Google BigQuery Connector must produce arbitrarily large result tables to query large source tables. If you select this option, you must specify a destination table to store the query results.
Default is false.
|
Job Poll Interval In Seconds
| The number of seconds after which Google BigQuery Connector polls the status of the read job operation.
Default is 10.
|
Read Mode
| Specifies the read mode to read data from the Google BigQuery source.
You can select one the following read modes:
Default is Staging mode.
|
Use EXPORT DATA Statement to stage
| Uses the EXPORT DATA statement to export data from Google BigQuery to Google Cloud Storage.
If the query contains an ORDER BY clause, the specified order is maintained when you export the data.
This property applies to staging mode.
Default is false.
|
Number of Threads for Downloading Staging Files
| Specifies the number of files that Google BigQuery Connector downloads at a time to enable parallel download.
This property applies to staging mode.
Default is 1.
|
Local Stage File Directory
| Specifies the directory on your local machine where Google BigQuery Connector stores the Google BigQuery source data temporarily before it reads the data.
This property applies to staging mode.
Default is
$PMTempDir .
|
Data format of the staging file
| Specifies the data format of the staging file. You can select one of the following data formats:
Default is
JSON .
|
Enable Staging File Compression
| Indicates whether to compress the size of the staging file in Google Cloud Storage before Google BigQuery Connector reads data from the staging file.
You can enable staging file compression to reduce cost and transfer time.
This property applies to staging mode.
Default is false.
|
Retry Options
| Comma-separated list to specify the following retry options:
Default is
$$gbq_retry_options .
|
Use Legacy SQL for SQL Override
| Indicates that the SQL Override query is specified in legacy SQL.
Use the following format to specify a legacy SQL query for the
SQL Override Query property:
SELECT <Col1, Col2, Col3> FROM [projectID:datasetID.tableName]
Clear this option to define a standard SQL override query.
Use the following format to specify a standard SQL query for the
SQL Override Query property:
SELECT * FROM `projectID.datasetID.tableName `
Default is false.
|
Property name
| Description
|
---|---|
Target Dataset ID
| Overrides the Google BigQuery dataset name that you specified in the connection.
Default is
$$gbq_datasetID .
|
Write Mode
| Specifies the mode to write data to the Google BigQuery target.
You can select one of the following modes:
Default is Bulk mode.
|
Data format of the staging file
| Specifies the data format of the staging file. You can select one of the following data formats:
Only JSON format is applicable for mappings in advanced mode.
This property applies to bulk and CDC mode.
Avro and parquet format is not applicable when you perform a data driven operation.
Default is
JSON .
|
Enable Staging File Compression
| Select this option to compress the size of the staging file before Google BigQuery writes the data to the Google Cloud Storage and decompress the staging file before it loads the data to the Google BigQuery target.
You can enable staging file compression to reduce cost and transfer time.
Default is
false .
|
Local Stage File Directory
| Specifies the directory on your local machine where Google BigQuery V2 Connector stores the files temporarily before writing the data to the staging file in Google Cloud Storage.
This property applies to bulk mode.
Default is
$PMTempDir .
|
Use Default Column Values
| Applicable when the selected data format for the staging file is CSV when the mapping contains unconnected ports. Includes the default column values for the unconnected port from the staging file to create the target. This is applicable when you have defined the default constraint value in the Google BigQuery source column. When you do not enable this option, the agent creates a target only with the connected ports. The agent populates null or empty strings for unconnected ports.
Default is
true .
|
Property name
| Description
|
---|---|
Source Dataset ID
| Overrides the Google BigQuery dataset name that you specified in the connection.
Default is
$$gbq_datasetID .
|
Source Staging Dataset
| Overrides the Google BigQuery staging dataset name that you specified in the Lookup transformation.
|
Allow Large Results
| Determines whether Google BigQuery V2 Connector creates arbitrarily large result tables to query large source tables.
If you select this option, you must specify a destination table to store the query results.
Default is
false .
|
Job Poll Interval In Seconds
| The number of seconds after which Google BigQuery V2 Connector polls the status of the read job operation.
Default is
10 .
|
Read Mode
| Specifies the read mode to read data from the Google BigQuery source.
You can select one the following read modes:
Default is
Staging mode.
|
Use EXPORT DATA Statement to stage
| Uses the EXPORT DATA statement to export data from Google BigQuery to Google Cloud Storage.
If the query contains an ORDER BY clause, the specified order is maintained when you export the data.
This property applies to staging mode.
Default is
true .
|
Number of Threads for Downloading Staging Files
| Specifies the number of files that Google BigQuery Connector downloads at a time to enable parallel download.
This property applies to staging mode.
Default is
1 .
|
Local Stage File Directory
| Specifies the directory on your local machine where Google BigQuery V2 Connector stores the Google BigQuery source data temporarily before it reads the data.
This property applies to staging mode.
Default is
$PMTempDir .
|
Data format of the staging file
| Specifies the data format of the staging file. You can select one of the following data formats:
Only JSON format is applicable for mappings in advanced mode.
This property applies to bulk and CDC mode.
Avro and parquet format is not applicable when you perform a data driven operation.
Default is
JSON .
|
Enable Staging File Compression
| Indicates whether to compress the size of the staging file in Google Cloud Storage before Google BigQuery V2 Connector reads data from the staging file.
You can enable staging file compression to reduce cost and transfer time.
This property applies to staging mode.
Default is
false .
|
Retry Options
| Comma-separated list to specify the following retry options:
Default is
$$gbq_retry_options .
|
Use Legacy SQL for SQL Override
| Indicates that the SQL Override query is specified in legacy SQL.
Use the following format to specify a legacy SQL query for the SQL Override Query property:
SELECT <Col1, Col2, Col3> FROM [projectID:datasetID.tableName]
Clear this option to define a standard SQL override query.
Use the following format to specify a standard SQL query for the SQL Override Query property:
SELECT * FROM 'projectID.datasetID.tableName'
|