Skip to content

Commit 5c6af09

Browse files
dapollakhanalytics-data-service
authored andcommitted
add meta to models (elementary-data#1767)
1 parent e9e035a commit 5c6af09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

elementary/monitor/dbt_project/macros/get_models.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
{% if patch_path_column_exists %}
2323
patch_path,
2424
{% endif %}
25-
original_path as full_path
25+
original_path as full_path,
26+
meta
2627
from {{ dbt_models_relation }}
2728
{% if exclude_elementary %}
2829
where package_name != 'elementary'

0 commit comments

Comments
 (0)