Skip to content

Commit 128e407

Browse files
authored
Merge pull request #116 from pflooky/add-common-server-doc
Add in common server properties table in docs README
2 parents f18beec + d6cd078 commit 128e407

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,8 @@ Each server in the schema has the following structure:
722722

723723
```yaml
724724
servers:
725-
- type: <server-type>
725+
- server: my-server-name
726+
type: <server-type>
726727
description: <server-description>
727728
environment: <server-environment>
728729
<server-type-specific-fields> # according to the server type
@@ -734,11 +735,14 @@ servers:
734735

735736
#### Common Server Properties
736737

737-
- **type**: The type of server. Valid values include various server technologies like `athena`, `bigquery`, `postgresql`, etc.
738-
- **description**: A description of the server.
739-
- **environment**: The environment where the server operates (e.g., `prod`, `dev`, `uat`). There are no set values.
740-
- **roles**: An optional array of roles that have access to the server.
741-
- **customProperties**: Any additional custom properties specific to the server that are not part of the standard.
738+
| Key | UX label | Required | Description |
739+
|------------------|-------------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
740+
| server | Server | Yes | Identifier of the server. |
741+
| type | Type | Yes | Type of the server. Can be one of: api, athena, azure, bigquery, clickhouse, databricks, denodo, dremio, duckdb, glue, cloudsql, db2, informix, kafka, kinesis, local, mysql, oracle, postgresql, postgres, presto, pubsub, redshift, s3, sftp, snowflake, sqlserver, synapse, trino, vertica, custom. |
742+
| description | Description | No | Description of the server. |
743+
| environment | Environment | No | Environment of the server. Examples includes: prod, preprod, dev, uat. |
744+
| roles | Roles | No | List of roles that have access to the server. Check [roles](#roles) section for more details. |
745+
| customProperties | Custom Properties | No | Custom properties that are not part of the standard. |
742746

743747
### Specific Server Properties
744748

0 commit comments

Comments
 (0)