-
Notifications
You must be signed in to change notification settings - Fork 3
Column is output, but column data is not output #1
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels