Parameter | Expected Value |
|---|---|
name | The name that will be displayed to catalog users for this connection |
code | 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 google-dataplex and this value must not be modified. |
connection.json_key | JSON access key. The key can be indicated directly or put in a separate file. In the latter case, this parameter indicates the path to the file in the form of a URI of scheme file:. Example: file:///opt/zeenea-scanner/connections/gdc_json_key.json Warning: If you indicate directly the token, you must use triple quotes to encapsulate the key as a parameter. Example: """{my:"json"}""" |
connection.project_id | List of project ids separated by a comma |
connection.location_id | List of location ids separated by a comma. Location id corresponds to GCP region (example: "europe-west3,us-west1"). |
proxy.scheme | Depending on the proxy, http or https |
proxy.hostname | Proxy address |
proxy.port | Proxy port |
proxy.username | Proxy username |
proxy.password | Proxy account password |
quota.read_per_minute | Reads per minute quota value. Default value: 6000 (default value of Google Data Catalog). |
quota.search_per_user_per_minute | Search quota value per user per minute. Default value: 180 (default value in Google Data Catalog). |
quota.timeout_minute | Maximum waiting time when waiting for the availability of a quota. Default value: 10 minutes. |
quota.max_retry | Maximum number of retries when a request encounters a quota expiration error |
Criteria | Description |
|---|---|
lake | Dataplex lake name |
zone | Dataplex zone name |
entity | Dataplex entity name |
Object | Identifier Key | Description |
|---|---|---|
Dataset | code/project/location/lake/zone/dataset name | - code: Unique identifier of the connection noted in the configuration file - project: Object project - location: Project location - lake: Object lake - zone: Object zone - dataset name |
Field | code/project/location/lake/zone/dataset name/field name | - code: Unique identifier of the connection noted in the configuration file - project: Object project - location: Project location - lake: Object lake - zone: Object zone - dataset name - field name |