commit | b535daf55455cd0260d5af06fd21462046bb1727 | [log] [tgz] |
---|---|---|
author | vsinghal85 <vsinghal85@gmail.com> | Fri Apr 25 15:00:56 2025 +0530 |
committer | GitHub <noreply@github.com> | Fri Apr 25 15:00:56 2025 +0530 |
tree | b3032f1da82884b6425b61148741d6f9dc951da8 | |
parent | 4cfa2f733c913a71338286e477af027dec9e7889 [diff] |
Add data quality field in GaaSJobObservabilityEventSchema (#4114) * Add data quality field in GaaSJobObservabilityEventSchema --------- Co-authored-by: Vaibhav Singhal <vaibsing@vaibsing-mn7618.linkedin.biz>
Apache Gobblin is a highly scalable data management solution for structured and byte-oriented data in heterogeneous data ecosystems.
If building the distribution with tests turned on:
If you are going to build Gobblin from the source distribution, run the following command for downloading the gradle-wrapper.jar from Gobblin git repository to gradle/wrapper directory (replace GOBBLIN_VERSION in the URL with the version you downloaded).
wget --no-check-certificate -P gradle/wrapper https://github.com/apache/gobblin/raw/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar
(or)
curl --insecure -L https://github.com/apache/gobblin/raw/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar > gradle/wrapper/gradle-wrapper.jar
Alternatively, you can download it manually from: https://github.com/apache/gobblin/blob/${GOBBLIN_VERSION}/gradle/wrapper/gradle-wrapper.jar
Make sure that you download it to gradle/wrapper directory.
./gradlew rat
. Report will be generated under build/rat/rat-report.html./gradlew build -x findbugsMain -x test -x rat -x checkstyleMain
The distribution will be created in build/gobblin-distribution/distributions directory. (or)./gradlew build
The distribution will be created in build/gobblin-distribution/distributions directory.