hey team, quick question, Is there way/param that ...
# help-connector-development
d
hey team, quick question, Is there way/param that i can pass after
--catalog
to run a single stream only? For example, I have 4 streams inside
configured_catalog.json
but i want to run one of them only.
python main.py read --config secrets/config.json --catalog integration_tests/configured_catalog.json
a
the configured catalog defines the streams to sync. You can sync only a single stream by removing the other streams from the file
d
yeah have been doing same. Was wondering if there was a param i could pass in cli @Alexandre Girard (Airbyte)