Hi,
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?
Hi,
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?