Importing DataHub from GitHub without Auto-Generated Classes Issue

Original Slack Thread

Hi team :slightly_smiling_face:
I want to install datahub from github instead of installing the pip library, however after I install and import it from my Python project I am getting an import error since the github datahub project doesnt contain the auto-generated classes which are generated in /datahub/metadata-ingestion/scripts/avro_codegen.py . Is there a way to solve that or do I have no option but to import the compiled pip library?

Yup installing directly from github won’t work because it hasn’t run the codegen

Out of curiosity, why do you want to install from github instead of installing from pypi?