target-intacct-v3
is a Singer target for Intacct V3.
pipx install target-intacct-v3
target is available by running:
target-intacct-v3 --about
{
"start_date": "2000-01-01T00:00:00.000Z",
"company_id": "company",
"sender_id": "sender",
"sender_password": "**************",
"user_id": "user",
"user_password": "************",
"input_path": "../.secrets"
}
You can easily run target-intacct-v3
by itself or in a pipeline using Meltano.
target-intacct-v3 --version
target-intacct-v3 --help
# Test using the "Carbon Intensity" sample:
tap-carbon-intensity | target-intacct-v3 --config /path/to/target-intacct-v3-config.json
pipx install poetry
poetry install
Create tests within the target_intacct_v3/tests
subfolder and
then run:
poetry run pytest
You can also test the target-intacct-v3
CLI interface directly using poetry run
:
poetry run target-intacct-v3 --help
See the dev guide for more instructions on how to use the Meltano SDK to develop your own Singer taps and targets.