treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

Improve log message for unexpected operator name #308

Closed komamitsu closed 7 years ago

komamitsu commented 7 years ago

Digdag shows the following log message when handling an operator that isn't registered in io.digdag.standards.operator.OperatorModule

2016-09-25 00:57:44 +0900 [INFO] (0036@+foobar+query): embulkx>: foobar_embulk.yml
2016-09-25 00:57:44 +0900 [ERROR] (0036@+foobar+query): Configuration error at task +foobar+query: Parameter 'repositories' is required but not set (config)

I don't think it's easy to understand the cause with this message.

komamitsu commented 7 years ago

This issue is resolved now.