Skip to content

Tap for Monday.com built on the Meltano SDK

License

Notifications You must be signed in to change notification settings

alvina-beautypie/tap-monday

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap-monday

tap-monday is a Singer tap for Monday.com.

Built with the Meltano Tap SDK for Singer Taps.

TODO: Convert streams to incremental

Installation

pipx install git+https://github.com/gthesheep/tap-monday.git

Configuration

Accepted Config Options

  • auth_token - Authorisation token obtained from following the process in the documentation here
  • board_limit - Number of boards to fetch at once, default 10

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

tap-monday --about
{
  "auth_token": "yourauthenticationtoken"
}

Executing the Tap Directly

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

Developer Resources

Initialize your Development Environment

pipx install poetry
poetry install

Create and Run Tests

Create tests within the tap_monday/tests subfolder and then run:

poetry run pytest

You can also test the tap-monday CLI interface directly using poetry run:

poetry run tap-monday --help

About

Tap for Monday.com built on the Meltano SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 2.4%