Skip to content

Commit

Permalink
deploy: 25b2eb5
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Aug 1, 2024
1 parent fc8cf46 commit e1eab20
Show file tree
Hide file tree
Showing 365 changed files with 18,730 additions and 0 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

=== Test project_root: /tmp/pytest-of-runner/pytest-0/project39


Invoking dbt with ['run']
14:24:49 Running with dbt=1.7.17
14:24:49 Registered adapter: firebolt=1.6.3
14:24:49 Unable to do partial parsing because saved manifest not found. Starting full parse.
14:24:50 Found 1 model, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:24:50
14:24:51 Concurrency: 1 threads (target='default')
14:24:51
14:24:51 1 of 1 START sql view model hooks .............................................. [RUN]
14:24:53 1 of 1 OK created sql view model hooks ......................................... [SUCCESS in 1.88s]
14:24:53
14:24:53 Finished running 1 view model in 0 hours 0 minutes and 3.42 seconds (3.42s).
14:24:53
14:24:53 Completed successfully
14:24:53
14:24:53 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

=== Test project_root: /tmp/pytest-of-runner/pytest-0/project46


Invoking dbt with ['build']
14:28:26 Running with dbt=1.7.17
14:28:26 Registered adapter: firebolt=1.6.3
14:28:26 Unable to do partial parsing because saved manifest not found. Starting full parse.
14:28:27 Found 1 model, 1 seed, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:28:27
14:28:28 Concurrency: 1 threads (target='default')
14:28:28
14:28:28 1 of 2 START sql table model actual ............................................ [RUN]
14:28:30 1 of 2 OK created sql table model actual ....................................... [SUCCESS in 1.56s]
14:28:30 2 of 2 START seed file expected ................................................ [RUN]
14:28:31 2 of 2 OK loaded seed file public.expected ..................................... [INSERT 1 in 1.17s]
14:28:31
14:28:31 Finished running 1 table model, 1 seed in 0 hours 0 minutes and 4.18 seconds (4.18s).
14:28:31
14:28:31 Completed successfully
14:28:31
14:28:31 Done. PASS=2 WARN=0 ERROR=0 SKIP=0 TOTAL=2
Expected: [('int_col', 'INTEGER', None)]
Actual: [('int_col', 'INTEGER', None)]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

=== Test project_root: /tmp/pytest-of-runner/pytest-0/project52


Invoking dbt with ['build']
14:29:40 Running with dbt=1.7.17
14:29:40 Registered adapter: firebolt=1.6.3
14:29:40 Unable to do partial parsing because saved manifest not found. Starting full parse.
14:29:41 Found 1 model, 1 test, 0 sources, 0 exposures, 0 metrics, 421 macros, 0 groups, 0 semantic models
14:29:41
14:29:42 Concurrency: 1 threads (target='default')
14:29:42
14:29:42 1 of 2 START sql view model test_cast_bool_to_text ............................. [RUN]
14:29:43 1 of 2 OK created sql view model test_cast_bool_to_text ........................ [SUCCESS in 1.10s]
14:29:43 2 of 2 START test assert_equal_test_cast_bool_to_text_actual__expected ......... [RUN]
14:29:44 2 of 2 PASS assert_equal_test_cast_bool_to_text_actual__expected ............... [PASS in 0.68s]
14:29:44
14:29:44 Finished running 1 view model, 1 test in 0 hours 0 minutes and 3.22 seconds (3.22s).
14:29:44
14:29:44 Completed successfully
14:29:44
14:29:44 Done. PASS=2 WARN=0 ERROR=0 SKIP=0 TOTAL=2
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

=== Test project_root: /tmp/pytest-of-runner/pytest-0/project32


Invoking dbt with ['seed']
14:23:19 Running with dbt=1.7.17
14:23:19 Registered adapter: firebolt=1.6.3
14:23:19 Unable to do partial parsing because saved manifest not found. Starting full parse.
14:23:20 Found 1 seed, 1 test, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:23:20
14:23:22 Concurrency: 1 threads (target='default')
14:23:22
14:23:22 1 of 1 START seed file example_seed ............................................ [RUN]
14:23:23 1 of 1 OK loaded seed file public.example_seed ................................. [INSERT 3 in 1.46s]
14:23:23
14:23:23 Finished running 1 seed in 0 hours 0 minutes and 2.91 seconds (2.91s).
14:23:23
14:23:23 Completed successfully
14:23:23
14:23:23 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1


Invoking dbt with ['test']
14:23:23 Running with dbt=1.7.17
14:23:23 Registered adapter: firebolt=1.6.3
14:23:23 Found 1 seed, 1 test, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:23:23
14:23:24 Concurrency: 1 threads (target='default')
14:23:24
14:23:24 1 of 1 START test accepted_values_example_seed_c__0 ............................ [RUN]
14:23:25 1 of 1 PASS accepted_values_example_seed_c__0 .................................. [PASS in 0.72s]
14:23:25
14:23:25 Finished running 1 test in 0 hours 0 minutes and 1.47 seconds (1.47s).
14:23:25
14:23:25 Completed successfully
14:23:25
14:23:25 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@

=== Test project_root: /tmp/pytest-of-runner/pytest-0/project36


Invoking dbt with ['seed']
14:24:01 Running with dbt=1.7.17
14:24:01 Registered adapter: firebolt=1.6.3
14:24:01 Unable to do partial parsing because saved manifest not found. Starting full parse.
14:24:02 Found 1 snapshot, 1 seed, 1 test, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:24:02
14:24:05 Concurrency: 1 threads (target='default')
14:24:05
14:24:05 1 of 1 START seed file example_seed ............................................ [RUN]
14:24:06 1 of 1 OK loaded seed file public.example_seed ................................. [INSERT 3 in 1.18s]
14:24:06
14:24:06 Finished running 1 seed in 0 hours 0 minutes and 4.25 seconds (4.25s).
14:24:06
14:24:06 Completed successfully
14:24:06
14:24:06 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1


Invoking dbt with ['snapshot']
14:24:06 Running with dbt=1.7.17
14:24:06 Registered adapter: firebolt=1.6.3
14:24:06 Found 1 snapshot, 1 seed, 1 test, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:24:06
14:24:08 Concurrency: 1 threads (target='default')
14:24:08
14:24:08 1 of 1 START snapshot example_snapshot ......................................... [RUN]
14:24:10 1 of 1 OK snapshotted example_snapshot ......................................... [SUCCESS in 1.87s]
14:24:10
14:24:10 Finished running 1 snapshot in 0 hours 0 minutes and 3.71 seconds (3.71s).
14:24:10
14:24:10 Completed successfully
14:24:10
14:24:10 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1


Invoking dbt with ['test']
14:24:10 Running with dbt=1.7.17
14:24:10 Registered adapter: firebolt=1.6.3
14:24:10 Found 1 snapshot, 1 seed, 1 test, 0 sources, 0 exposures, 0 metrics, 418 macros, 0 groups, 0 semantic models
14:24:10
14:24:11 Concurrency: 1 threads (target='default')
14:24:11
14:24:11 1 of 1 START test accepted_values_example_snapshot_c__0 ........................ [RUN]
14:24:12 1 of 1 PASS accepted_values_example_snapshot_c__0 .............................. [PASS in 0.95s]
14:24:12
14:24:12 Finished running 1 test in 0 hours 0 minutes and 1.86 seconds (1.86s).
14:24:12
14:24:12 Completed successfully
14:24:12
14:24:12 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1
Loading

0 comments on commit e1eab20

Please sign in to comment.