Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated links in 'Developing a Target' Section #69

Merged
merged 1 commit into from Sep 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/RUNNING_AND_DEVELOPING.md
Expand Up @@ -243,7 +243,7 @@ python tap_ip.py | target-gsheet -c config.json
The python-based [singer-tap-template](https://github.com/singer-io/singer-tap-template) provides some skeleton code for a new tap, so you can spend less time on setup and more time coding!

## Developing a Target
A Singer Target should read lines from `stdin` and process [Schema](SPEC#schema-message), [Record](SPEC#record-message), and [State](SPEC#state-message) Messages.
A Singer Target should read lines from `stdin` and process [Schema](SPEC.md#schema-message), [Record](SPEC.md#record-message), and [State](SPEC.md#state-message) Messages.

### Guidelines
- Schema validation should be performed to ensure that the records being written for a stream comform to the schema defined for that stream.
Expand Down