@@ -27,7 +27,7 @@ Test SQL code and preview changes by comparing development/staging environment d
27
27
<p align =" left " >
28
28
<img alt =" dbt " src =" https://seeklogo.com/images/D/dbt-logo-E4B0ED72A2-seeklogo.com.png " width =" 10% " />
29
29
</p >
30
-
30
+
31
31
<details >
32
32
<summary > data-diff integrates with dbt Core to seamlessly compare local development to production datasets
33
33
@@ -58,7 +58,7 @@ When comparing the data, `data-diff` utilizes the resources of the underlying da
58
58
- Fully relies on the underlying database engine for computation
59
59
- Requires both datasets to be queryable with a single SQL query
60
60
- Time complexity approximates JOIN operation and is largely independent of the number of differences in the dataset
61
-
61
+
62
62
## ` hashdiff `
63
63
- Recommended for comparing datasets across different databases
64
64
- Can also be helpful in diffing very large tables with few expected differences within the same database
@@ -99,14 +99,14 @@ Check out [documentation](https://docs.datafold.com/reference/open_source/cli) f
99
99
# Supported databases
100
100
101
101
102
- | Database | Status | Connection string |
103
- | ---------------| -------------------------------------------------------------------------------------------------------------------------------------| --------|
104
- | PostgreSQL >=10 | π’ | ` postgresql://<user>:<password>@<host>:5432/<database> ` |
102
+ | Database | Status | Connection string |
103
+ | ---------------| -------------------------------------------------------------------------------------------------------------------------------------| ------------------------------------------------------------------------------------------------------------------------------------- |
104
+ | PostgreSQL >=10 | π’ | ` postgresql://<user>:<password>@<host>:5432/<database> ` |
105
105
| MySQL | π’ | ` mysql://<user>:<password>@<hostname>:5432/<database> ` |
106
106
| Snowflake | π’ | ` "snowflake://<user>[:<password>]@<account>/<database>/<SCHEMA>?warehouse=<WAREHOUSE>&role=<role>[&authenticator=externalbrowser]" ` |
107
107
| BigQuery | π’ | ` bigquery://<project>/<dataset> ` |
108
108
| Redshift | π’ | ` redshift://<username>:<password>@<hostname>:5439/<database> ` |
109
- | Oracle | π‘ | ` oracle://<username>:<password>@<hostname>/database ` |
109
+ | Oracle | π‘ | ` oracle://<username>:<password>@<hostname>/servive_or_sid ` |
110
110
| Presto | π‘ | ` presto://<username>:<password>@<hostname>:8080/<database> ` |
111
111
| Databricks | π‘ | ` databricks://<http_path>:<access_token>@<server_hostname>/<catalog>/<schema> ` |
112
112
| Trino | π‘ | ` trino://<username>:<password>@<hostname>:8080/<database> ` |
0 commit comments