Release DDQ 5.0.0
See original GitHub issue- adjust README.md
- adjust documentation in wiki
- remove SNAPSHOT from version
- tag
- build Python package (
sudo python setup.py install
) - build Scala package (
sbt package
) - create GitHub release (attach Scala package)
- create Spark Packages release (
sbt spDist
) - upload new ScalaDoc to release (
sbt doc
) - upload python package (
python setup.py sdist upload -r pypitest
,python setup.py sdist upload -r pypi
) - bump version
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Releases · FRosner/drunken-data-quality - GitHub
Spark package for checking data quality. Contribute to FRosner/drunken-data-quality development by creating an account on GitHub.
Read more >pyddq - PyPI
pyddq 5.0.0. pip install pyddq ... Released: Feb 28, 2020 ... DDQ is a small library for checking constraints on Spark data structures....
Read more >drunken-data-quality - Spark Packages
DDQ is a small library for checking constraints on Spark data structures. It can be used to assure a certain data quality, especially...
Read more >FRosner / drunken-data-quality Download - JitPack
JitPack makes it easy to release your Java or Android library. ... DDQ is a small library for checking constraints on Spark data...
Read more >Due Diligence Questionnaire and Diversity Metrics Template
ESG: The updated ESG section in the ILPA DDQ 2.0 draws on an updated version of the PRI Limited Partners Private Equity Responsible...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see. In this case we could release
4.1.2
with only that fix. Would that help? If so, I can do that tomorrow.Glad it worked! I’ll see when I can find the time to fix the travis build.