Skip to content

Commit

Permalink
tests (run-action-with-multiple-execute-steps): fix ups try
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroCillik authored and AdamVyborny committed Oct 23, 2024
1 parent 9417149 commit 3373bde
Showing 1 changed file with 4 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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.

0 comments on commit 3373bde

Please sign in to comment.