{
"access_token": "...",
"organization_id": "...",
"user_id": "..."
...
}
Current supported streams are:
- Accounts
- Contacts
The stream schemas are hardcoded in each individual stream class
- Install dependencies with Poetry:
poetry install
-
Create a config.json with the required fields
-
Run a discover to generate a catalog.json
tap-cbx1 --config <path to config> --discover > <desired location for catalog>
- Run a sync against the catalog.json
tap-cbx1 --config <path to config> --catalog <path to catalog> > <path to data output>