-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathdim_dbt__current_models.yml
46 lines (45 loc) · 1.72 KB
/
dim_dbt__current_models.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 2
models:
- name: dim_dbt__current_models
description: Dimension model that contains data about models' most recent successful runs
columns:
- name: checksum
description: '{{ doc("checksum") }}'
- name: command_invocation_id
description: '{{ doc("command_invocation_id") }}'
- name: database
description: '{{ doc("database") }}'
- name: depends_on_nodes
description: '{{ doc("depends_on_nodes") }}'
- name: last_full_refresh_run_completed_at
description: '{{ doc("last_full_refresh_run_completed_at") }}'
- name: last_full_refresh_run_rows_affected
description: '{{ doc("last_full_refresh_run_rows_affected") }}'
- name: last_full_refresh_run_bytes_processed
description: '{{ doc("last_full_refresh_run_bytes_processed") }}'
- name: last_full_refresh_run_total_runtime
description: '{{ doc("last_full_refresh_run_total_runtime") }}'
- name: last_run_completed_at
description: '{{ doc("last_run_completed_at") }}'
- name: last_run_rows_affected
description: '{{ doc("last_run_rows_affected") }}'
- name: last_run_bytes_processed
description: '{{ doc("last_run_bytes_processed") }}'
- name: last_run_total_runtime
description: '{{ doc("last_run_total_runtime") }}'
- name: materialization
description: '{{ doc("materialization") }}'
- name: model_execution_id
description: '{{ doc("model_execution_id") }}'
- name: name
description: '{{ doc("name") }}'
- name: node_id
description: '{{ doc("node_id") }}'
- name: package_name
description: '{{ doc("package_name") }}'
- name: path
description: '{{ doc("path") }}'
- name: run_started_at
description: '{{ doc("run_started_at") }}'
- name: schema
description: '{{ doc("schema") }}'