Hello, I’m trying to run DataHub locally for the f...
# troubleshoot
g
Hello, I’m trying to run DataHub locally for the first time. When running
./gradlew build
, I get the following error:
Copy code
/datahub/metadata-models/build.gradle': 1: unable to resolve class io.datahubproject.GenerateJsonSchemaTask
   @ line 1, column 1.
     import io.datahubproject.GenerateJsonSchemaTask
Any ideas on what the issue may be? Thanks!
a
Hi Steven, did Pedro’s answer below help resolve this, or is it a separate issue?
g
This was a separate issue. I was able to work past it. Thank you.