I've been trying to run airbyte taps via meltano, ...
# troubleshooting
p
I've been trying to run airbyte taps via meltano, seems like to run these, there needs to be docker installed in the container itself. Is there a doc anywhere pointing how to run airbyte taps with meltano
u
Hey @prakhar_srivastava here are some docs https://docs.meltano.com/guide/advanced-topics/#airbyte-connector-integration-faq. Yes the challenge with deploying Airbyte connectors with Meltano (or Airbyte connectors in general) is that they need to spin up as a docker container so docker in docker support is required
p
thanks @pat_nadolny