You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run tap-intercom --config config.json --catalog catalog.json
The output is always:
INFO last/currently syncing stream: None
INFO Skipping stream: admins
INFO Skipping stream: companies
INFO Skipping stream: company_attributes
INFO Skipping stream: company_segments
...
The text was updated successfully, but these errors were encountered:
@yochze you need to manually edit the catalog.json to select the streams and fields you want to sync after running discovery mode i.e. add "selected": true. See the Streams/Field Selection section in the documentation.
Reproduce:
python3 setup.py install
mv config.json.example config.json
config.json
and edit datetap-intercom --config config.json --discover > catalog.json
tap-intercom --config config.json --catalog catalog.json
The output is always:
The text was updated successfully, but these errors were encountered: