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,24 +115,28 @@ 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.
119
+
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).
117
122
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.
119
123
120
124
To get a Slack invite - [click here](https://locallyoptimistic.com/community/)
121
125
122
126
## How to Use
123
127
124
-
[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)
125
-
126
-
[How to use from Python](https://data-diff.readthedocs.io/en/latest/how-to-use.html#how-to-use-from-python)
128
+
*[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)
129
+
*[How to use from Python](https://docs.datafold.com/os_diff/how_to_use#how-to-use-from-python)
130
+
*[Usage Analytics & Data Privacy](https://docs.datafold.com/os_diff/usage_analytics_data_privacy)
127
131
128
-
[Usage Analytics & Data Privacy](https://data-diff.readthedocs.io/en/latest/how-to-use.html#usage-analytics-data-privacy)
132
+
## How to Contribute
133
+
* Feel free to open an issue or contribute to the project by working on an existing issue.
134
+
* Please read the [contributing guidelines](https://github.com/leoebfolsom/data-diff/blob/master/CONTRIBUTING.md) to get started.
129
135
130
136
131
137
## Technical Explanation
132
138
133
-
See here: https://data-diff.readthedocs.io/en/latest/technical-explanation.html
139
+
Check out this [technical explanation](https://docs.datafold.com/os_diff/technical_explanation) of how data-diff works.
0 commit comments