You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
columns must be set type: string presently.
Although I want to allow columns can skip type attribute when its type is string, it causes a ConfigException Attribute type is required but not set now.
'type' column is needed by embulk-core.
I reconsidered this. I think this is a bit over the top.
org.embulk.exec.PartialExecutionException: org.embulk.config.ConfigException: com.fasterxml.jackson.databind.JsonMappingException: Instantiation of [simple type, class org.embulk.spi.ColumnConfig] value failed: Attribute type is required but not set
columns must be set
type: string
presently.Although I want to allow columns can skip type attribute when its type is string, it causes a ConfigException
Attribute type is required but not set
now.config.yml
The text was updated successfully, but these errors were encountered: