Skip to content

Commit

Permalink
Update README.md about releases and Maven Central repo (#6)
Browse files Browse the repository at this point in the history
* Update README.md about releases and Maven Central repo

Signed-off-by: Dr. Daniel Alexander Smith <[email protected]>
  • Loading branch information
danielsmith-eu authored Sep 5, 2023
1 parent d9104b6 commit 534d8fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data-quality-profiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,15 @@ DAS Data Profiler provides the following:
* Compound assertion rule definition (i.e. a set of sub-rules must all pass)
* Human-readable Data Quality and Assertion Rule Compliance report output

## Usage

Releases are being managed by `6point6` at: https://github.com/6point6/data-quality-profiler-and-rules-engine

Changes are pushed upstream to the `UKHomeOffice` repo at: https://github.com/UKHomeOffice/data-quality-profiler-and-rules-engine


To use the Data Profiler classes, add the following dependency to your `build.sbt`, where the library is published to Maven Central:

libraryDependencies += "io.github.6point6" %% "data-quality-profiler-and-rules-engine" % "1.1.0"

Licensed under the MIT License. See [LICENSE](LICENSE)

0 comments on commit 534d8fe

Please sign in to comment.