Skip to content

Singer.io tap for product feature requests from canny.io

License

Notifications You must be signed in to change notification settings

immuta/tap-canny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-canny

tap-canny is a Singer tap for Canny.

Build with the Singer SDK.

Installation

pipx install tap-canny

Configuration

The following configuration options are available:

  • api_key (required): User-generated Canny API Key
  • limit (optional): Max amount of records to grab
  • start_date (optional): should be used on first sync to indicate how far back to grab records. Start dates should conform to the RFC3339 specification.

A full list of supported settings and capabilities for this tap is available by running:

tap-canny --about

Usage

You can easily run tap-canny by itself or in a pipeline using Meltano.

Executing the Tap Directly

tap-canny --version
tap-canny --help
tap-canny --config CONFIG --discover > ./catalog.json

Create and Run Tests

Create tests within the tap-canny/tests subfolder and then run:

pip install pytest
pytest tap_canny/tests

Singer SDK Dev Guide

See the dev guide for more instructions on how to use the Singer SDK to develop your own taps and targets.

About

Singer.io tap for product feature requests from canny.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages