tap-dashboard-reports is a Singer tap for DasboardReports.
Built with the Meltano Tap SDK for Singer Taps.
pip install poetry
poetry installpoetry run tap-dashboard-reports --config ./config.jsonCreate tests within the tap_dashboard_reports/tests subfolder and
then run:
poetry run pytestYou can also test the tap-dashboard-reports CLI interface directly using poetry run:
poetry run tap-dashboard-reports --helpTesting with Meltano
# Test invocation:
meltano invoke tap-dashboard-reports --version
# OR run a test `elt` pipeline:
meltano elt tap-dashboard-reports target-snowflake