Hi all, Airbyte employee here — I am doing some ha...
# integration-airbyte
a
Hi all, Airbyte employee here — I am doing some hacking on Dagster for an internal POC, and would like to use Pycharm for development. Any pointers on getting it setup so that navigation to various parts of the source code work correctly — currently packages are not detected correctly, as indicated by the red underlines in the attached image. I followed the instructions at: https://docs.dagster.io/community/contributing
I am using the intepreter in the virtualenv, as follows:
I think I found it — needs to be installed in Pycharm as a package
c
^ did this resolve your issue?
a
It did resolve the specific issue of not being able to automatically navigate into the source code. However, I didn’t figure out (or spend too much time) how to properly set it up to be able to enable debugging in PyCharm — which I suppose is a lot more complicated due to the way Dagster invokes the DAG. In any case, I got my POC working without proper debugger support.
🫡 1