From fbeb7ac1cbaef80f3bbc674d28e73d4c1274493b Mon Sep 17 00:00:00 2001 From: spicy-sauce Date: Wed, 29 Nov 2023 12:44:32 +0200 Subject: [PATCH] change yaml with upper --- integration-tests/resources/jobs/tests/redis_to_db2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/resources/jobs/tests/redis_to_db2.yaml b/integration-tests/resources/jobs/tests/redis_to_db2.yaml index cc11d9fd..684e1f6a 100644 --- a/integration-tests/resources/jobs/tests/redis_to_db2.yaml +++ b/integration-tests/resources/jobs/tests/redis_to_db2.yaml @@ -25,9 +25,9 @@ steps: table: emp opcode_field: __$$opcode keys: - - id: _id + - ID: _id mapping: - - full_name + - FULL_NAME: full_name - country - gender - uses: relational.write