|
1 | 1 | version: 2 |
2 | | -dbt_observability: |
3 | | - models: |
| 2 | +models: |
4 | 3 | - name: all_executions |
5 | 4 | description: Contains data about all resource executions. |
6 | 5 | columns: |
7 | | - - name: command_invocation_id |
8 | | - description: '{{ doc("command_invocation_id") }}' |
9 | | - - name: node_id |
10 | | - description: '{{ doc("node_id") }}' |
11 | | - - name: run_started_at |
12 | | - description: '{{ doc("run_started_at") }}' |
13 | | - - name: was_full_refresh |
14 | | - description: '{{ doc("was_full_refresh") }}' |
15 | | - - name: thread_id |
16 | | - description: '{{ doc("thread_id") }}' |
17 | | - - name: status |
18 | | - description: '{{ doc("status") }}' |
19 | | - - name: compile_started_at |
20 | | - description: '{{ doc("compile_started_at") }}' |
21 | | - - name: query_completed_at |
22 | | - description: '{{ doc("query_completed_at") }}' |
23 | | - - name: total_node_runtime |
24 | | - description: '{{ doc("total_node_runtime") }}' |
25 | | - - name: materialization |
26 | | - description: '{{ doc("materialization") }}' |
27 | | - - name: schema_name |
28 | | - description: '{{ doc("schema_name") }}' |
29 | | - - name: name |
30 | | - description: '{{ doc("name") }}' |
31 | | - - name: resource_type |
32 | | - description: '{{ doc("resource_type") }}' |
| 6 | + - name: command_invocation_id |
| 7 | + description: '{{ doc("command_invocation_id") }}' |
| 8 | + - name: node_id |
| 9 | + description: '{{ doc("node_id") }}' |
| 10 | + - name: run_started_at |
| 11 | + description: '{{ doc("run_started_at") }}' |
| 12 | + - name: was_full_refresh |
| 13 | + description: '{{ doc("was_full_refresh") }}' |
| 14 | + - name: thread_id |
| 15 | + description: '{{ doc("thread_id") }}' |
| 16 | + - name: status |
| 17 | + description: '{{ doc("status") }}' |
| 18 | + - name: compile_started_at |
| 19 | + description: '{{ doc("compile_started_at") }}' |
| 20 | + - name: query_completed_at |
| 21 | + description: '{{ doc("query_completed_at") }}' |
| 22 | + - name: total_node_runtime |
| 23 | + description: '{{ doc("total_node_runtime") }}' |
| 24 | + - name: materialization |
| 25 | + description: '{{ doc("materialization") }}' |
| 26 | + - name: schema_name |
| 27 | + description: '{{ doc("schema_name") }}' |
| 28 | + - name: name |
| 29 | + description: '{{ doc("name") }}' |
| 30 | + - name: resource_type |
| 31 | + description: '{{ doc("resource_type") }}' |
33 | 32 |
|
0 commit comments