Is there a specific reason not to include all the connectors by default in the pipfile? They are only a few python modules anyway right? So should be pretty light. I’m refactoring our build to use the pipfile instead of the docker, but it seems a bit cumbersome to define every source/sink manually as extra’s. (We are using pipenv.)