From 3373bde46a2b132c4699194eb7b112d6c72a37b0 Mon Sep 17 00:00:00 2001 From: MiroCillik Date: Wed, 23 Oct 2024 14:12:16 +0200 Subject: [PATCH] tests (run-action-with-multiple-execute-steps): fix ups try --- .../expected-stdout | 36 +++---------------- 1 file changed, 4 insertions(+), 32 deletions(-) diff --git a/tests/functional/run-action-with-multiple-execute-steps/expected-stdout b/tests/functional/run-action-with-multiple-execute-steps/expected-stdout index 8d30699..b1fe881 100644 --- a/tests/functional/run-action-with-multiple-execute-steps/expected-stdout +++ b/tests/functional/run-action-with-multiple-execute-steps/expected-stdout @@ -2,15 +2,11 @@ Successfully cloned repository https://github.com/keboola/dbt-test-project-publi Executing command "dbt deps" Running with dbt=%A Warning: No packages were found in packages.yml -Warning: No packages were found in packages.yml -Executing command "dbt build" +%AExecuting command "dbt build" Running with dbt=%A -Registered adapter: snowflake=%A %a Starting full parse. Found 2%S - %AConcurrency: 1 threads (target='kbc_prod')%A - 1 of 4 START test source_not_null_in.c-test-bucket_test__id_ %s [RUN] 1 of 4 PASS source_not_null_in.c-test-bucket_test__id_ %s [PASS in %ss] 2 of 4 START test source_unique_in.c-test-bucket_test__id_ %s [RUN] @@ -19,64 +15,40 @@ Found 2%S 3 of 4 OK created %Sview model WORKSPACE_%s.stg_model %s [SUCCESS 1 in %ss] 4 of 4 START %Sview model WORKSPACE_%s.fct_model %s [RUN] 4 of 4 OK created %Sview model WORKSPACE_%s.fct_model %s [SUCCESS 1 in %ss] - %AFinished running 2 %a - Completed successfully%A - Done. PASS=4 WARN=0 ERROR=0 SKIP=0 TOTAL=4 Executing command "dbt run" Running with dbt=%A -Registered adapter: snowflake=%A Found 2 models%S - %AConcurrency: 1 threads (target='kbc_prod')%A - 1 of 2 START %Sview model %s.stg_model %s [RUN] 1 of 2 OK created %Sview model %s.stg_model %s [SUCCESS 1 in %ss] 2 of 2 START %Sview model %s.fct_model %s [RUN] 2 of 2 OK created %Sview model %s.fct_model %s [SUCCESS 1 in %ss] - %AFinished running 2 view models in %s hours %s minutes and %s seconds (%ss).%A - Completed successfully%A - Done. PASS=2 WARN=0 ERROR=0 SKIP=0 TOTAL=2 Executing command "dbt docs generate" Running with dbt=%A -Registered adapter: snowflake=%A Found 2 models%S - %AConcurrency: 1 threads (target='kbc_prod')%A - Building catalog -Catalog written to /tmp/%a/dbt-project/target/catalog.json +Catalog written to /tmp/%s/dbt-project/target/catalog.json Executing command "dbt test" Running with dbt=%A -Registered adapter: snowflake=%A Found 2 models%S - %AConcurrency: 1 threads (target='kbc_prod')%A - 1 of 2 START test source_not_null_in.c-test-bucket_test__id_ %s [RUN] 1 of 2 PASS source_not_null_in.c-test-bucket_test__id_ %s [PASS in %ss] 2 of 2 START test source_unique_in.c-test-bucket_test__id_ %s [RUN] 2 of 2 PASS source_unique_in.c-test-bucket_test__id_ %s [PASS in %ss] - %AFinished running 2 %a - Completed successfully%A - Done. PASS=2 WARN=0 ERROR=0 SKIP=0 TOTAL=2 Executing command "dbt source freshness" Running with dbt=%A -Registered adapter: snowflake=%A Found 2 models%S - -Pulling freshness from warehouse metadata tables for 0 sources %AConcurrency: 1 threads (target='kbc_prod')%A - -1 of 1 START freshness of in.c-test-bucket.test %s [RUN] - -%AFinished running 1 source %A -Done. +1 of 1 START freshness of in.c-test-bucket.test %s [RUN]%A +%ADone.