Asana (singer-io
variant)
Table of Contents
The tap-asana
Singer tap pulls data from Asana that can then be sent to a destination using a Singer target.
Alternative variants #
Multiple
variants
of tap-asana
are available.
This document describes the singer-io
variant.
Alternative variants are:
Standalone usage #
Install the package using pip:
pip install tap-asana
For additional instructions, refer to the README in the repository.
Usage with Meltano #
Meltano helps you manage your configuration, incremental replication, and scheduled pipelines.
View the Meltano-specific tap-asana
instructions to learn more.
Capabilities #
Settings #
The settings for tap tap-asana
that are known to Meltano are documented below.
To quickly find the
setting you're looking for, use the Table of Contents at
the top of the page.
client_id
#
Client Id for your application from Asana
client_secret
#
Client Secret for your application from Asana
redirect_uri
#
The redirect URI for oauth flow completion, this is provided by Asana during oauth setup
refresh_token
#
Full instructions for how to generate client credentials and subsequently the refresh token via curl or postman here https://developers.asana.com/docs/oauth
start_date
#
The date from which to start syncing records
request_timeout
#
- Default:
30
The timeout in seconds for a request to the Asana API
Looking for help? #
If you're having trouble getting the
tap-asana
tap to work, look for an
existing issue in its repository, file a new issue,
or
join the Meltano Slack community
and ask for help in the #plugins-general
channel.
Found an issue on this page? #
This page is generated from a YAML file that you can contribute changes to. Edit it on GitHub!