From ee94fc84b2be5c63a503552c3862ecd06340ee01 Mon Sep 17 00:00:00 2001 From: "Wei-Chun, Chang" Date: Mon, 29 Apr 2024 12:00:27 +0800 Subject: [PATCH] fix Signed-off-by: Wei-Chun, Chang --- integration_tests/dbt/smoke_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/dbt/smoke_test.sh b/integration_tests/dbt/smoke_test.sh index 4ea58682..09f35205 100755 --- a/integration_tests/dbt/smoke_test.sh +++ b/integration_tests/dbt/smoke_test.sh @@ -39,7 +39,7 @@ if ! [ -e recce_state.json ]; then fi # row count diff to modified table models -model=$(cat recce_state.json | jq jq '.runs[0].params.node_ids[0]' | tr -d '"') +model=$(cat recce_state.json | jq '.runs[0].params.node_ids[0]' | tr -d '"') run_type=$(cat recce_state.json | jq '.runs[0]'.type | tr -d '"') assert_string_value $model "model.jaffle_shop.customers" assert_string_value $run_type "row_count_diff"