Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 7def8f5

Browse files
authored
Merge pull request #365 from leoebfolsom/again-remove-prerelease-reference
remove references to pre-release
2 parents eec9783 + 57ecefe commit 7def8f5

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If a database is not on the list, we'd still love to support it. [Please open an
4141
<img alt="diff2" src="https://user-images.githubusercontent.com/1799931/196754998-a88c0a52-8751-443d-b052-26c03d99d9e5.png" />
4242
</p>
4343

44-
### Diff Tables Within a Database (available in pre-release)
44+
### Diff Tables Within a Database
4545
#### Improve code reviews by identifying data problems you don't have tests for
4646
<p align="center">
4747
<a href=https://www.loom.com/share/682e4b7d74e84eb4824b983311f0a3b2 target="_blank">
@@ -108,7 +108,7 @@ data-diff \
108108
-w "event_timestamp < '2022-10-10'"
109109
```
110110

111-
#### Code Example: Diff Tables Within a Database (available in pre-release)
111+
#### Code Example: Diff Tables Within a Database
112112

113113
Here's a code example from [the video](https://www.loom.com/share/682e4b7d74e84eb4824b983311f0a3b2), where we compare data between two Snowflake tables within one database.
114114

docs/how-to-use.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,8 @@ it's recommended to surround them with quotes.
4343
- `-w`, `--where` - An additional 'where' expression to restrict the search space.
4444
- `--conf`, `--run` - Specify the run and configuration from a TOML file. (see below)
4545
- `--no-tracking` - data-diff sends home anonymous usage data. Use this to disable it.
46-
47-
**The following two options are not available when using the pre release In-DB feature:**
48-
4946
- `--bisection-threshold` - Minimal size of segment to be split. Smaller segments will be downloaded and compared locally.
5047
- `--bisection-factor` - Segments per iteration. When set to 2, it performs binary search.
51-
52-
**In-DB commands, available in pre release only:**
5348
- `-m`, `--materialize` - Materialize the diff results into a new table in the database.
5449
If a table exists by that name, it will be replaced.
5550
Use `%t` in the name to place a timestamp.

0 commit comments

Comments
 (0)