Hey team, I have some util python libs regarding U...
# contribute-code
r
Hey team, I have some util python libs regarding Urn and want to open a PR to see if it's good for the community. But when trying to move the code to datahub repo, I found IntelliJ could not resolve the python code correctly like following. Could anyone help me? (I am not familiar with python)
l
you probably need to set the python interpreter within intellij to point to your venv
r
Oh you are right, I change the python interpreter to the venv in the metadata-ingestion/src/venv then it works now
teamwork 1
in the beginning I created a top level venv and use that one
which gives me the above error