You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
Be sure to read [the How to Use section below](#how-to-use) which gets into specific details about how to build one of these commands depending on your database setup.
82
+
Be sure to read [the docs](https://docs.datafold.com/os_diff/how_to_use) for detailed instructions how to build one of these commands depending on your database setup.
81
83
82
84
#### Code Example: Diff Tables Between Databases
83
85
Here's an example command for your copy/pasting, taken from the screenshot above when we diffed data between Snowflake and Postgres.
@@ -113,22 +115,26 @@ In both code examples, I've used `<>` carrots to represent values that **should
113
115
114
116
### We're here to help!
115
117
116
-
We know, that in some cases, the data-diff command can become long and dense. And maybe you're new to the command line.
118
+
We know that in some cases, the data-diff command can become long and dense. And maybe you're new to the command line.
117
119
118
-
We're here to help [on slack](https://locallyoptimistic.slack.com/archives/C03HUNGQV0S) if you have ANY questions as you use `data-diff` in your workflow.
120
+
* We're here to help [on slack](https://locallyoptimistic.slack.com/archives/C03HUNGQV0S) if you have ANY questions as you use `data-diff` in your workflow.
121
+
* You can also post a question in [GitHub Discussions](https://github.com/datafold/data-diff/discussions).
119
122
120
-
## How to Use
121
123
122
-
[How to use from the shell (or: command-line)](https://data-diff.readthedocs.io/en/latest/how-to-use.html#how-to-use-from-the-shell-or-command-line)
124
+
## How to Use
123
125
124
-
[How to use from Python](https://data-diff.readthedocs.io/en/latest/how-to-use.html#how-to-use-from-python)
126
+
*[How to use from the shell (or: command-line)](https://docs.datafold.com/os_diff/how_to_use#how-to-use-from-the-command-line)
127
+
*[How to use from Python](https://docs.datafold.com/os_diff/how_to_use#how-to-use-from-python)
128
+
*[Usage Analytics & Data Privacy](https://docs.datafold.com/os_diff/usage_analytics_data_privacy)
125
129
126
-
[Usage Analytics & Data Privacy](https://data-diff.readthedocs.io/en/latest/how-to-use.html#usage-analytics-data-privacy)
130
+
## How to Contribute
131
+
* Feel free to open an issue or contribute to the project by working on an existing issue.
132
+
* Please read the [contributing guidelines](https://github.com/leoebfolsom/data-diff/blob/master/CONTRIBUTING.md) to get started.
127
133
128
134
129
135
## Technical Explanation
130
136
131
-
See here: https://data-diff.readthedocs.io/en/latest/technical-explanation.html
137
+
Check out this [technical explanation](https://docs.datafold.com/os_diff/technical_explanation) of how data-diff works.
0 commit comments