Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vixtir committed Sep 7, 2023
1 parent 577175e commit 4e08b8a
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ How to create [collector token](https://docs.opendatadiscovery.org/configuration
odd_dbt_test --host http://localhost:8080 --token <COLLECTOR_TOKEN>
```



## Supported data sources
| Source | |
| --------- | ----- |
| Snowflake | 1.4.1 |
| Redshift | 1.4.0 |
| Postgres | 1.4.5 |
| MSSQL | |
| Source | |
| --------- | ------ |
| Snowflake | ^1.4.1 |
| Postgres | ^1.4.5 |

## Requirements
Library to inject Quality Tests entities requires presence of corresponding with them datasets entities in the platform.
Expand All @@ -55,8 +51,4 @@ Profiles inside the file looks different for each type of data source.

**Snowflake** host_settings value is created from field `account`. Field value should be `<account_identifier>`
For example the URL for an account uses the following format: `<account_identifier>`.snowflakecomputing.com
Example Snowflake account identifier `hj1234.eu-central-1`.

**Redshift** and **Postgres** host_settings are loaded from field `host` field.

Example Redshift host: `redshift-cluster-example.123456789.eu-central-1.redshift.amazonaws.com`
Example Snowflake account identifier `hj1234.eu-central-1`.

0 comments on commit 4e08b8a

Please sign in to comment.