Python source connectors

For future reference - found a solution.
Used docker logs container_name (the airbyte server) for the logs -saw it says no module x found so went to setup.py and fixed the requirements in that file.
Added in airbyte-config\init\src\main\resources\seed\source_definitions.yaml
logic for the image i.e. MAIN_REQUIREMENTS
also in
airbyte-config\init\src\main\resources\seed\source_specs.yaml
added the logic needed for the UI for the image
also
made sure that Dockerfile is the same logic as other connectors and built on top of thatthe docs nor the video are correct for python source

1 Like