From 4e08b8a40ccfde0391453d87f00511bbd6158fec Mon Sep 17 00:00:00 2001 From: Pavel Mackarichev Date: Thu, 7 Sep 2023 11:14:25 +0300 Subject: [PATCH] docs: update readme --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index bfd52f2..bc29bbe 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,11 @@ How to create [collector token](https://docs.opendatadiscovery.org/configuration odd_dbt_test --host http://localhost:8080 --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. @@ -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 `` For example the URL for an account uses the following format: ``.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`. \ No newline at end of file