Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.15 KB

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.