1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/docs/integrations/sources/whisky-hunter.md
Jared Rhizor e3ff75f3d6 🎉 New Source: Whisky Hunter API [low-code CDK] (#17918)
* initial commit for source-whisky-hunter

* better logs

* finish up connector

* fix catalog

* fix bug in connector_runner.py that doesn't allow falsey configs

* add bootstrap.md

* add docs

* fix typo

* fix source-accept test

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-21 09:25:40 -03:00

38 lines
1.0 KiB
Markdown

# Whisky Hunter
## Overview
The Whisky Hunter source can sync data from the [Whisky Hunter API](https://whiskyhunter.net/api/)
#### Output schema
This source is capable of syncing the following streams:
* `auctions_data`
* Provides stats about specific auctions.
* `auctions_info`
* Provides information and metadata about recurring and one-off auctions.
* `distilleries_info`
* Provides information about distilleries.
#### Features
| Feature | Supported? |
| :--- | :--- |
| Full Refresh Sync | Yes |
| Incremental - Append Sync | No |
| Namespaces | No |
### Requirements / Setup Guide
No config is required.
## Performance considerations
There is no published rate limit. However, since this data updates infrequently, it is recommended to set the update cadence to 24hr or higher.
## Changelog
| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.1.0 | 2022-10-12 | [17918](https://github.com/airbytehq/airbyte/pull/17918) | Initial release supporting the Whisky Hunter API |