Sha256: 7403913b5b849a8b0bb28ad08e34b3c2aafdfc00b70656dbda1bfc4eeb0a1f88

Contents?: true

Size: 896 Bytes

Versions: 4

Compression:

Stored size: 896 Bytes

Contents

# Treasure Data Input Plugin for Embulk

**NOTICE**: embulk-input-td v0.2.0+ only supports **Embulk v0.8.22+**.

## Overview

* **Plugin type**: input
* **Resume supported**: no
* **Cleanup supported**: yes
* **Guess supported**: no

## Configuration

- **apikey**: apikey (string, required)
- **endpoint**: hostname (string, default='api.treasuredata.com')
- **http_proxy**: http proxy configuration (tuple of host, port, useSsl, user, and password. default is null)
- **use_ssl**: the flag (boolean, default=true)
- **database**: database name (string, optional)
- **query**: presto query string (string, optional)
- **job_id**: job_id (string, optional)

## Example

```yaml
in:
  type: td
  apikey: my_apikey
  endpoint: api.treasuredata.com
  database: my_db
  query: |
    SELECT * FROM my_table
```
## Build

```
$ ./gradlew gem  # -t to watch change of files and rebuild continuously
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
embulk-input-td-0.2.3 README.md
embulk-input-td-0.2.2 README.md
embulk-input-td-0.2.1 README.md
embulk-input-td-0.2.0 README.md