Singer.io tap for extracting data from the Zuora API - PipelineWise compatible
Project description
pipelinewise-tap-zuora
Singer tap that extracts data from the Zuora API and produces JSON-formatted data following the Singer spec.
This is a PipelineWise compatible tap connector.
instructions
Make a virtualenv and install this tap:
pip install -e .
Write config into new file config.json:
# config.json content:
{
"username": "<username>",
"password": "<password>",
"api_type": "AQUA", # or REST
"start_date": "2020-04-01",
"sandbox": "false",
"european": "true",
"partner_id": "<partner_id>"
}
Run discovery mode in order to obtain the schema with everything that can be exported:
tap-zuora -c config.json --discover > catalog.json
Save the modified file as e.g. catalog_aqua_selection.json
to use when running the sync in the next step.
Run the tap:
tap-zuora -c config.json --catalog catalog_aqua_selection.json
Based on Stitch documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pipelinewise-tap-zuora-1.0.0.tar.gz
.
File metadata
- Download URL: pipelinewise-tap-zuora-1.0.0.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27ca762f01ce58134412ac722f774ae7a98fa8a919f6d25e5fa833101b27dda5 |
|
MD5 | de755bfc8508c86d3ec909ec13cd27af |
|
BLAKE2b-256 | 16406772a932d9afdca7ffea61cd18ff188379961f044660dd1f5feece8d5e02 |
File details
Details for the file pipelinewise_tap_zuora-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pipelinewise_tap_zuora-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad50016ef025c1009e6fa3eda0ef3165f2cb4a84de5b82fd053e9831295c1be4 |
|
MD5 | bf80bf67bb3930ec61dca292cb8164b3 |
|
BLAKE2b-256 | 77e03e7982b41b964c6aac9043cb5f29392828cbd655989f494d08a3673e47db |