Skip to main content

Schema

type
string
required
This should be set to file
path
string
required
Filepath to sink data
encoding
object
Controls how Tangent serializes records emitted by this source. See Encoding.
compression
object
Controls how Tangent compresses payloads emitted by this source. See Compression.

Example

sinks:
  local_file:
    type: file
    path: /tmp/out.ndjson