likely a dumb, question. im using <https://hub.mel...
# troubleshooting
t
likely a dumb, question. im using hupspot tap by meltanolabs - im trying to disable some streams in the configuration, but can’t figure out the right syntax, am i doing this wrong? its auto discovering, but failing on some streams where we dont have access to the data, so i just want to turn them off….
Copy code
- name: tap-hubspot
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-hubspot.git>
    settings:
    - name: stream_maps
      value:
        EmailSubscriptionStream: null
        FeedbackSubmissionsStream: null
        TicketStream: null
        PostalMailStream: null
e
Hi @tim_schwartz. There are no dumb questions. Have you seen https://docs.meltano.com/concepts/plugins/#select-extra?
t
Thanks! I ended up just forking the tap and disabling what I don’t want ;)
👍 1
e
Nice, that always an option of course 🙂