Skip to content

Column is output, but column data is not output #1

@koichi-oshima

Description

@koichi-oshima

Column is output, but column data is not output.
Is it because the version does not support it?
Is there a problem with the description?
No error is output.

log

2021-06-22 03:26:45.528 +0900 [INFO] (0001:transaction): TransactionIsolation=repeatable_read
2021-06-22 03:26:45.528 +0900 [INFO] (0001:transaction): SQL: DROP TABLE IF EXISTS `testsrc_0000017a2fd2f35f_embulk`
2021-06-22 03:26:45.530 +0900 [INFO] (0001:transaction): > 0.00 seconds
2021-06-22 03:26:45.531 +0900 [INFO] (main): Committed.
2021-06-22 03:26:45.531 +0900 [INFO] (main): Next config diff: {"in":{},"out":{}}

code

{% include 'input' %}
  table: testsrc
{% include 'output' %}
  table: testdst
filters:
  - type: eval
    eval_columns:
      - login_id: value + 1

version

Embulk v0.9.23

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions