You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to expose to IDE Python SDK from the docker container? The idea is that development should be done with the same Python SDK and pip libraries as it would run on Composer.
e.g. I tried in IntelliJ IDEA Ultimate >> File >> Project Structure >> SDKs
pip packages seem to be working:
but the classpath seems to be empty:
which causes unresolved source dependencies:
Is there maybe some workaround?
kirajano, NAVSmith and gitmstouteMarkEdmondson1234