Skip to content

Commit

Permalink
Automated deployment: Fri May 5 16:56:00 UTC 2023 83472de
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed May 5, 2023
1 parent 3c9d560 commit 3a39e8a
Show file tree
Hide file tree
Showing 256 changed files with 94,532 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 83472de93d2efcb4241170f19ae793a97f7257f0_integration/65/app.js

Large diffs are not rendered by default.

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

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


Invoking dbt with ['seed', '--select', 'seed']
16:06:29 Running with dbt=1.5.0
16:06:29 Unable to do partial parsing because saved manifest not found. Starting full parse.
16:06:30 Found 7 models, 0 tests, 0 snapshots, 0 analyses, 333 macros, 0 operations, 1 seed file, 0 sources, 0 exposures, 0 metrics, 0 groups
16:06:30
16:06:32 Concurrency: 2 threads (target='default')
16:06:32
16:06:32 1 of 1 START seed file seed .................................................... [RUN]
16:06:44 1 of 1 OK loaded seed file public.seed ......................................... [INSERT 100 in 12.65s]
16:06:44
16:06:44 Finished running 1 seed in 0 hours 0 minutes and 14.19 seconds (14.19s).
16:06:44
16:06:44 Completed successfully
16:06:44
16:06:44 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1


Invoking dbt with ['run']
16:06:44 Running with dbt=1.5.0
16:06:45 Found 7 models, 0 tests, 0 snapshots, 0 analyses, 333 macros, 0 operations, 1 seed file, 0 sources, 0 exposures, 0 metrics, 0 groups
16:06:45
16:06:46 Concurrency: 2 threads (target='default')
16:06:46
16:06:46 1 of 7 START sql table model invalid ........................................... [RUN]
16:06:46 2 of 7 START sql table model table_a ........................................... [RUN]
16:06:48 1 of 7 ERROR creating sql table model invalid .................................. [ERROR in 2.17s]
16:06:48 3 of 7 START sql table model table_b ........................................... [RUN]
16:07:02 3 of 7 OK created sql table model table_b ...................................... [SUCCESS in 13.60s]
16:07:02 4 of 7 START sql view model view_model ......................................... [RUN]
16:07:03 4 of 7 OK created sql view model view_model .................................... [SUCCESS in 1.50s]
16:07:03 5 of 7 SKIP relation public.skip ............................................... [SKIP]
16:07:03 6 of 7 START sql table model dep ............................................... [RUN]
16:07:06 2 of 7 OK created sql table model table_a ...................................... [SUCCESS in 19.55s]
16:07:06 7 of 7 START sql view model view_with_conflicting_cascade ...................... [RUN]
16:07:07 7 of 7 OK created sql view model view_with_conflicting_cascade ................. [SUCCESS in 1.47s]
16:07:17 6 of 7 OK created sql table model dep .......................................... [SUCCESS in 13.63s]
16:07:17
16:07:17 Finished running 4 table models, 3 view models in 0 hours 0 minutes and 32.53 seconds (32.53s).
16:07:17
16:07:17 Completed with 1 error and 0 warnings:
16:07:17
16:07:17 Runtime Error in model invalid (models/invalid.sql)
16:07:17 Error executing query:
16:07:17 Code: 10001, e.displayText() = DB::Exception: Planner error: Invalid input error: Couldn't resolve identifier 'a_field_that_does_not_exist' or it is ambiguous
16:07:17
16:07:17
16:07:17 Done. PASS=5 WARN=0 ERROR=1 SKIP=1 TOTAL=7


Invoking dbt with ['run']

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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,23 @@

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


Invoking dbt with ['build']
16:44:10 Running with dbt=1.5.0
16:44:10 Unable to do partial parsing because saved manifest not found. Starting full parse.
16:44:11 Found 1 model, 1 test, 0 snapshots, 0 analyses, 334 macros, 0 operations, 1 seed file, 0 sources, 0 exposures, 0 metrics, 0 groups
16:44:11
16:44:13 Concurrency: 2 threads (target='default')
16:44:13
16:44:13 1 of 3 START seed file data_concat ............................................. [RUN]
16:44:26 1 of 3 OK loaded seed file public.data_concat .................................. [INSERT 4 in 13.17s]
16:44:26 2 of 3 START sql view model test_concat ........................................ [RUN]
16:44:28 2 of 3 OK created sql view model test_concat ................................... [SUCCESS in 1.62s]
16:44:28 3 of 3 START test assert_equal_test_concat_actual__expected .................... [RUN]
16:44:28 3 of 3 PASS assert_equal_test_concat_actual__expected .......................... [PASS in 0.70s]
16:44:28
16:44:28 Finished running 1 seed, 1 view model, 1 test in 0 hours 0 minutes and 17.05 seconds (17.05s).
16:44:28
16:44:28 Completed successfully
16:44:28
16:44:28 Done. PASS=3 WARN=0 ERROR=0 SKIP=0 TOTAL=3
Loading

0 comments on commit 3a39e8a

Please sign in to comment.