- Notifications
You must be signed in to change notification settings - Fork4
License
singer-io/tap-intacct
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Tap forIntacct. This tap does not interact with the Intacct API, it relies on Intaccts Data Delivery Service to publishCSV data to S3 which this tap will consume.
We recommend using a virtualenv:
> virtualenv -p python3 venv>source venv/bin/activate> pip install tap-intacct
The Intacct Tap requires a start_date, a bucket, and an Intacct company ID to function.
start_date - an initial date for the Tap to extract databucket - The name of an S3 bucket where the Intacct DDS is outputing datacompany_id - The Company ID used to login to the Intacct UIpath (optional) - An optional path configured in the Intacct UI for use in the S3 bucket
Below are the additional properties, to add in config if running this tap using proxy AWS account as middleware:
"proxy_account_id": "221133445566", "proxy_role_name": "proxy_role_with_bucket_access"Proxy AWS account will act as a middleware.
- proxy_account_id: This is the Proxy AWS account id.
- proxy_role_name: This is the Proxy IAM role that allows the product AWS account to assume it and then use this role to access S3 bucket in your account.
This tap uses theboto3 library for accessing S3. Thecredentialsused by boto will also need access to the S3 bucket configured in the above config.
tap-intacct -c config.json --discover
Copyright © 2018 Stitch
About
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.