RikuMoto
@RikuMoto (Riku Moto)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

embulk add_columns numberやvarchar(2)設定できない

Q&A

Closed

解決したいこと

add_columnsにtype:numberやvarcar(2)をセットすると

Unknown type name 'number'. Supported types are: boolean, long, double, string, timestamp, json (through reference chain: java.util.ArrayList[0])

上記のようなエラーを吐きます。

numberのような型はセットできないのでしょうか?

該当コード↓

.yml
- type: column
    add_columns:
      - {name: test, type: number, default: null }
0

1Answer

Comments

  1. @RikuMoto

    Questioner

    はい、ほかの記事みてその型しかだめそうでした、、、

Your answer might help someone💌