brief question, If I have two streams now in a ta...
# singer-tap-development
e
brief question, If I have two streams now in a tap.. and I want to select the tap .. I thought I just added a
select
Copy code
- name: tap-ibkr-news
    select:
      - ib_news
    namespace: tap_ibkr
    executable: /home/ubuntu/stonks-tap-ibkr/tap-ibkr/tap-ibkr.sh
    config:
      host_tws_thrift: 1.2.3.4
      tws_thrift_port: 9090
but when I goto invoke
tap-ibkr-news
.. I get both streams.. I went through the academy example of creating a tap.. but it didn't really show.. once you have two streams.. how to invoke only 1 I am now wondering.. must I add the logic in my tap? in order to make these
select
statements work?? or is my
select
statement wrong? I've tried
Copy code
select:
      - ib_news
    select:
      - ib_news.*