https://github.com/appodeal/meltano_tap_netsuite_sql
https://github.com/appodeal/meltano_tap_netsuite_sql
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appodeal/meltano_tap_netsuite_sql
- Owner: appodeal
- Created: 2022-09-07T13:07:51.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T13:49:37.000Z (almost 4 years ago)
- Last Synced: 2025-07-26T16:45:51.148Z (11 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tap-netsuite-sql
`tap-netsuite-sql` is a Singer tap for DasboardReports.
Built with the [Meltano Tap SDK](https://sdk.meltano.com) for Singer Taps.
## Installation
### Source Authentication and Authorization
- [ ] `Developer TODO:` If your tap requires special access on the source system, or any special authentication requirements, provide those here.
## Usage
You can easily run `tap-netsuite-sql` by itself or in a pipeline using [Meltano](https://meltano.com/).
### Initialize your Development Environment
```bash
pip install poetry
poetry install
```
### Executing the Tap Directly
```bash
poetry run tap-netsuite-sql --config ./config.json
```