target / data-validator

A tool to validate data, built around Apache Spark.
Other
100 stars 34 forks source link

Enables lockfile workflow with sbt-dependency-lock #153

Open colindean opened 1 year ago

colindean commented 1 year ago

Caveats of this:

  1. Crossbuilds may not be supported, impacting #84.
  2. The hash used is SHA1, which is deprecated including by NIST. Some work is in draft PRs for introducing a new version of the lockfile that may enable SHA256 or other hash algorithms.

Fixes #129

colindean commented 3 months ago

This will have to be relocked to work, so I'm taking it back to draft until I have time to take that step locally.