Dynamic Release Record (2026)

Parameters | Description |
Data Source | Select the configured BigQuery data source from the source end. |
Dataset | Support selecting or manually entering the dataset name to be read. The database bound to the data source is set as the default library by default, other databases require manual input of the dataset name. When the data source network is not connected, causing database information to be unavailable for direct fetching, you can manually enter the dataset name. Data synchronization can still be performed given network connection in DataInLong. |
Table | Supports selecting or manually entering the table name to be read. If the data source network is not connected and table information cannot be fetched directly, you can manually enter the table name. Data synchronization can still be performed when the Data Integration network is connected. |
Split Key | Specify the field for data sharding. After specifying, concurrent tasks will be launched for data synchronization. You can use a column in the source data table as the partition key. It is recommended to use the primary key or indexed column as the partition key. Supported split key types: INT64, FLOAT64, TIMESTAMP, BIGNUMERIC, NUMERIC, DATE, DATETIME. |
Filter Conditions (Optional) | Fill in the corresponding filter statement based on the data type. This statement will serve as the filter condition for the data to be synchronized. |
BigQuery data types. | Internal Types |
BOOLEAN | BOOL |
INTEGER | LONG |
FLOAT、BIGNUMERIC、NUMERIC | DOUBLE |
STRING、TIMESTAMP、DATE、TIME、GEOGRAPHY、JSON、INTERVAL、RECORD | STRING |
"databaseName": "source_database", //source database"credential": { //bigquery data source configuration information"column": [ //column name"tableName": "source_table" // Source table"memory": { // Memory settings"errorLimit": { // Dirty data threshold"byte": -1, // No limit on sync speed, positive integer indicates maximum transfer speed in byte/s"channel": 1 // Concurrency limit
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan