Unable to build latest spark lineage jar from mast...
# troubleshoot
w
Unable to build latest spark lineage jar from master branch gradle build job, anyone tried to do this and successfully did it? https://github.com/datahub-project/datahub/tree/master/metadata-integration/java/spark-lineage
This is the error:
Copy code
Execution failed for task ':metadata-integration:java:spark-lineage:install'.
> Could not publish configuration 'archives'
   > Cannot publish artifact 'datahub-spark-lineage.jar' (/Users/rmedapati/Desktop/datahub/datahub/metadata-integration/java/spark-lineage/build/libs/datahub-spark-lineage-0.8.44-SNAPSHOT.jar) as it does not exist.
I was able to build it using
Copy code
./gradlew :metadata-integration:java:spark-lineage:build
Fyi... this command will build a local snapshot version of master branch