Hi all, is there a way to run custom Airbyte conne...
# getting-started
r
Hi all, is there a way to run custom Airbyte connectors through Meltano? For instance, I've a forked version of Airbyte Braintree connector in a public github repo. How can I specify it in the config? Current config looks like this:
Copy code
plugins:
  extractors:
  - name: tap-braintree
    variant: airbyte
    pip_url: git+<https://github.com/MeltanoLabs/tap-airbyte-wrapper.git>
    config:
      airbyte_config:
        environment: Sandbox
        start_date: '2023-10-01T00:00:00Z'