Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/pm 62906 #8

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ Provides the following:
* Examples and Usage: [examples](examples)


## 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"


## Authors

Feel free to contex the authors for help/assistance.

Dr Daniel A. Smith - [[email protected]]([email protected]) - @danielsmith-eu


# Licence

Licensed under the MIT License. See [LICENSE](LICENSE)
31 changes: 0 additions & 31 deletions data-quality-profiler/README.md

This file was deleted.

5 changes: 4 additions & 1 deletion data-quality-profiler/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ThisBuild / organization := "io.github.6point6"
ThisBuild / version := "1.1.0"
ThisBuild / version := "1.1.2"

name := "data-quality-profiler-and-rules-engine"

Expand All @@ -22,6 +22,9 @@ libraryDependencies += "org.apache.hadoop" % "hadoop-aws" % sparkVersion % "prov

libraryDependencies += "com.crealytics" %% "spark-excel" % "0.14.0"

dependencyOverrides += "org.apache.commons" % "commons-compress" % "1.26.0"
dependencyOverrides += "commons-io" % "commons-io" % "2.8.0"

libraryDependencies += "org.rogach" %% "scallop" % "4.0.4"

libraryDependencies += "org.apache.logging.log4j" % "log4j" % "2.16.0"
Expand Down