Skip to content

Commit

Permalink
deploy: f470604
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiurin committed Aug 14, 2024
1 parent a0e70de commit 2e18176
Show file tree
Hide file tree
Showing 365 changed files with 17,267 additions and 0 deletions.
40 changes: 40 additions & 0 deletions _f470604c3533b09d712fb3a5cb5548d3b533e334_integration-v2/23/app.js

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

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


Invoking dbt with ['seed', '--select', 'seed']
16:39:55 Running with dbt=1.7.18
16:39:55 Registered adapter: firebolt=1.6.3
16:39:55 Unable to do partial parsing because saved manifest not found. Starting full parse.
16:39:56 Found 7 models, 1 seed, 0 sources, 0 exposures, 0 metrics, 420 macros, 0 groups, 0 semantic models
16:39:56
16:39:58 Concurrency: 1 threads (target='default')
16:39:58
16:39:58 1 of 1 START seed file seed .................................................... [RUN]
16:39:59 1 of 1 OK loaded seed file public.seed ......................................... [INSERT 100 in 1.47s]
16:39:59
16:39:59 Finished running 1 seed in 0 hours 0 minutes and 3.15 seconds (3.15s).
16:39:59
16:39:59 Completed successfully
16:39:59
16:39:59 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1


Invoking dbt with ['run']
16:39:59 Running with dbt=1.7.18
16:39:59 Registered adapter: firebolt=1.6.3
16:39:59 Found 7 models, 1 seed, 0 sources, 0 exposures, 0 metrics, 420 macros, 0 groups, 0 semantic models
16:39:59
16:40:01 Concurrency: 1 threads (target='default')
16:40:01
16:40:01 1 of 7 START sql table model invalid ........................................... [RUN]
16:40:02 1 of 7 ERROR creating sql table model invalid .................................. [ERROR in 1.16s]
16:40:02 2 of 7 START sql table model table_a ........................................... [RUN]
16:40:03 2 of 7 OK created sql table model table_a ...................................... [SUCCESS in 1.34s]
16:40:03 3 of 7 START sql table model table_b ........................................... [RUN]
16:40:05 3 of 7 OK created sql table model table_b ...................................... [SUCCESS in 1.37s]
16:40:05 4 of 7 START sql view model view_model ......................................... [RUN]
16:40:06 4 of 7 OK created sql view model view_model .................................... [SUCCESS in 1.20s]
16:40:06 5 of 7 SKIP relation public.skip ............................................... [SKIP]
16:40:06 6 of 7 START sql view model view_with_conflicting_cascade ...................... [RUN]
16:40:07 6 of 7 OK created sql view model view_with_conflicting_cascade ................. [SUCCESS in 1.31s]
16:40:07 7 of 7 START sql table model dep ............................................... [RUN]
16:40:09 7 of 7 OK created sql table model dep .......................................... [SUCCESS in 1.45s]
16:40:09
16:40:09 Finished running 4 table models, 3 view models in 0 hours 0 minutes and 9.58 seconds (9.58s).
16:40:09
16:40:09 Completed with 1 error and 0 warnings:
16:40:09
16:40:09 Runtime Error in model invalid (models/invalid.sql)
Error executing query:
{
"errors": [
{
"description": "Line 5, Column 8: Column 'a_field_that_does_not_exist' does not exist."
}
],
"query": {
"query_id": "2a987554-1382-455a-a916-9c46d84d6bd2",
"request_id": "dddd66eb-efba-484f-9851-c0e0180a97f2"
},
"statistics": {
"elapsed": 0.0
}
}

16:40:09
16:40:09 Done. PASS=5 WARN=0 ERROR=1 SKIP=1 TOTAL=7


Invoking dbt with ['run']
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@

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


Invoking dbt with ['seed']
16:38:14 Running with dbt=1.7.18
16:38:14 Registered adapter: firebolt=1.6.3
16:38:14 Unable to do partial parsing because saved manifest not found. Starting full parse.
16:38:14 Found 3 models, 1 snapshot, 1 seed, 1 source, 1 exposure, 0 metrics, 421 macros, 0 groups, 0 semantic models
16:38:14
16:38:17 Concurrency: 1 threads (target='default')
16:38:17
16:38:17 1 of 1 START seed file seed .................................................... [RUN]
16:38:18 1 of 1 OK loaded seed file public.seed ......................................... [INSERT 1 in 1.29s]
16:38:18
16:38:18 Finished running 1 seed in 0 hours 0 minutes and 3.76 seconds (3.76s).
16:38:18
16:38:18 Completed successfully
16:38:18
16:38:18 Done. PASS=1 WARN=0 ERROR=0 SKIP=0 TOTAL=1


Invoking dbt with ['run']
16:38:18 Running with dbt=1.7.18
16:38:18 Registered adapter: firebolt=1.6.3
16:38:18 Found 3 models, 1 snapshot, 1 seed, 1 source, 1 exposure, 0 metrics, 421 macros, 0 groups, 0 semantic models
16:38:18
16:38:21 Concurrency: 1 threads (target='default')
16:38:21
16:38:21 1 of 2 START sql table model ephemeral_summary ................................. [RUN]
16:38:22 1 of 2 OK created sql table model ephemeral_summary ............................ [SUCCESS in 1.30s]
16:38:22 2 of 2 START sql view model view_summary ....................................... [RUN]
16:38:23 2 of 2 OK created sql view model view_summary .................................. [SUCCESS in 1.13s]
16:38:23
16:38:23 Finished running 1 table model, 1 view model in 0 hours 0 minutes and 4.88 seconds (4.88s).
16:38:23
16:38:23 Completed successfully
16:38:23
16:38:23 Done. PASS=2 WARN=0 ERROR=0 SKIP=0 TOTAL=2


Invoking dbt with ['docs', 'generate']
16:38:23 Running with dbt=1.7.18
16:38:23 Registered adapter: firebolt=1.6.3
16:38:23 Found 3 models, 1 snapshot, 1 seed, 1 source, 1 exposure, 0 metrics, 421 macros, 0 groups, 0 semantic models
16:38:23
16:38:25 Concurrency: 1 threads (target='default')
16:38:25
16:38:25 Building catalog
16:38:26 Catalog written to /tmp/pytest-of-runner/pytest-0/project8/target/catalog.json
Loading

0 comments on commit 2e18176

Please sign in to comment.