Sha256: c77d1cd4a7ef971e8f383dd18b4513cf814e936ae227232d85039b14faf77d91

Contents?: true

Size: 523 Bytes

Versions: 2

Compression:

Stored size: 523 Bytes

Contents

in:
  type: dynamodb
  end_point: http://localhost:8000/
  table: ENV_VAR
  auth_method: basic
  access_key: dummy
  secret_key: dummy
  columns:
    - {name: pri-key,     type: string}
    - {name: sort-key,    type: long}
    - {name: doubleValue, type: double}
    - {name: boolValue,   type: boolean}
    - {name: listValue,   type: json}
    - {name: mapValue,    type: json}

out:
  type: file
  path_prefix: dynamodb-local-result
  file_ext: tsv
  formatter:
    type: csv
    delimiter: "\t"
    header_line: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-input-dynamodb-0.2.0 src/test/resources/yaml/dynamodb-local-scan.yml
embulk-input-dynamodb-0.1.1 src/test/resources/yaml/dynamodb-local.yml