Compare commits

...

1 Commits

Author SHA1 Message Date
Michelle Ark
add07633cc move tags & meta into configs for exposure and seeds 2025-05-21 12:50:59 -04:00
2 changed files with 4 additions and 5 deletions

View File

@@ -1,7 +1,5 @@
exposures:
- name: weekly_jaffle_metrics
meta: {}
tags: ["tag"]
label: Jaffles by the Week
type: dashboard
maturity: high
@@ -16,3 +14,4 @@ exposures:
config:
enabled: true
meta: {}
tags: ["tag"]

View File

@@ -1,9 +1,6 @@
seeds:
- name: seed
description: 'test_description'
docs:
show: true
node_color: purple
data_tests:
- expression_is_true:
expression: "b = 2"
@@ -39,3 +36,6 @@ seeds:
meta: {'meta_key': 'meta_value'}
grants: {}
event_time: my_time_field
docs:
show: true
node_color: purple