Metadata-Version: 2.1
Name: tap-delighted
Version: 0.0.1
Summary: `tap-delighted` is a Singer tap for Delighted, built with the Meltano Singer SDK.
License: Apache-2.0
Keywords: ELT,Delighted
Author: Tobias Cadee
Author-email: tobias.cadee@ticketswap.com
Requires-Python: >=3.8,<4
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: s3
Requires-Dist: delighted (>=4.1.0,<5.0.0)
Requires-Dist: fs-s3fs (>=1.1.1,<1.2.0) ; extra == "s3"
Requires-Dist: requests (>=2.31.0,<2.32.0)
Requires-Dist: singer-sdk (>=0.33.0,<0.34.0)
Description-Content-Type: text/markdown

# tap-delighted

`tap-delighted` is a Singer tap for Delighted. It uses the delighted python library to get the data

Built with the [Meltano Singer SDK](https://sdk.meltano.com).

## Capabilities

* `catalog`
* `state`
* `discover`
* `about`
* `stream-maps`
* `schema-flattening`
* `batch`

## Settings

| Setting             | Required | Default | Description |
|:--------------------|:--------:|:-------:|:------------|
| auth_token          | True     | None    | The token to authenticate against the API service |
| start_date          | False    | None    | The earliest record date to sync (YYYY-MM-DD) |
| stream_maps         | False    | None    | Config object for stream maps capability. For more information check out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html). |
| stream_map_config   | False    | None    | User-defined config values to be used within map expressions. |
| flattening_enabled  | False    | None    | 'True' to enable schema flattening and automatically expand nested properties. |
| flattening_max_depth| False    | None    | The max depth to flatten schemas. |

A full list of supported settings and capabilities is available by running: `tap-delighted --about`
