Parameter | Expected value |
|---|---|
name | The name that will be displayed to catalog users for this connection. |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. Here, the value must be matillion-dpc and this value must not be modified. |
connection.path | The root path of Matillion files |
default.warehouse | Replace the default value [Environment Default] for the parameter warehouse for every component |
default.database | Replace the default value [Environment Default] for the parameter database for every component |
default.schema | Replace the default value [Environment Default] for the parameter schema for every component |
Parameter | Expected value |
|---|---|
connection.path | Path to file or folder containing description files. This value is mandatory if no git repository is declared. If a git repository is declared, the value can be null or a path relative to the repository root. |
connection.git.repository | Git repository URL. Optional, use connection.path instead. URL of the git repository where to read the files. Example: https://github.com/acme/bigproject |
connection.git.branch | Git branch to use. Optional. Branch to clone. By default, HEAD is used. Example: https://github.com/acme/bigproject |
connection.git.token | Git token. Optional. Authentication Token. Replaces the usage of the username/password parameters. |
connection.git.username | Git username. Optional. Git user name. Requires password. Replaces the usage of token parameter. |
connection.git.password | Git username. Optional. Git user password. Requires username. Replaces the usage of token parameter. |
connection.git.workdir | Local working folder where the git repository will be cloned. Optional. Default: root directory. |
connection.git.cleandir | Boolean (true/false) indicating whether the working folder should be deleted after processing. If deleted, the repository will be cloned at each operation, otherwise only an update will be performed. Default value: false |
environment-variable | Replace environment variable starting with ${ and ending with } Configuration example: environment-variables = { "V_REPLICA_TABLE_NAME" : "album" } |
Object | Identifier Key | Description |
|---|---|---|
Data process | code/name | - code: Unique identifier of the connection noted in the configuration file - name: job name |