https://github.com/appodeal/meltano_tap_dashboard_reports
https://github.com/appodeal/meltano_tap_dashboard_reports
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appodeal/meltano_tap_dashboard_reports
- Owner: appodeal
- Created: 2022-03-22T15:16:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T23:21:50.000Z (about 1 year ago)
- Last Synced: 2025-06-21T18:02:02.612Z (about 1 year ago)
- Language: Python
- Size: 78.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tap-dashboard-reports
`tap-dashboard-reports` is a Singer tap for DasboardReports.
Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
### Initialize your Development Environment
```bash
pip install poetry
poetry install
```
### Executing the Tap Directly
```bash
poetry run tap-dashboard-reports --config ./config.json
```
### Create and Run Tests
Create tests within the `tap_dashboard_reports/tests` subfolder and
then run:
```bash
poetry run pytest
```
You can also test the `tap-dashboard-reports` CLI interface directly using `poetry run`:
```bash
poetry run tap-dashboard-reports --help
```
### Testing with [Meltano](https://www.meltano.com)
```bash
# Test invocation:
meltano invoke tap-dashboard-reports --version
# OR run a test `elt` pipeline:
meltano elt tap-dashboard-reports target-snowflake
```