Hi everyone, I'm trying to use airbyte based tap a...
# troubleshooting
s
Hi everyone, I'm trying to use airbyte based tap and facing issues with config. I'm getting this error:
Copy code
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/config.json'
My config:
Copy code
- name: tap-genesys
    variant: airbyte
    pip_url: git+<https://github.com/MeltanoLabs/tap-airbyte-wrapper.git>
    config:
      airbyte_spec:
        image: airbyte/source-genesys
      docker_mounts: [{"source": "/Users/jdoe/data-pipelines/docker/meltano/", "target": "/local/", "type": "bind"}]
Isn't the tap supposed to read config from .env ?