tap-monday
is a Singer tap for Monday.com.
Built with the Meltano Tap SDK for Singer Taps.
TODO: Convert streams to incremental
pipx install git+https://github.com/gthesheep/tap-monday.git
auth_token
- Authorisation token obtained from following the process in the documentation hereboard_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"
}
tap-monday --version
tap-monday --help
tap-monday --config CONFIG --discover > ./catalog.json
pipx install poetry
poetry install
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