Skip to content

Commit

Permalink
Added owners to source tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl committed Feb 6, 2023
1 parent aa8609c commit c638585
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions integration_tests/models/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ sources:
schema: test_seeds
tables:
- name: any_type_column_anomalies_training
meta:
owner: ["@edr", "egk"]
freshness:
error_after:
count: 1
Expand All @@ -290,14 +292,15 @@ sources:
tags: ["event_freshness_anomalies"]
event_timestamp_column: occurred_at
- name: string_column_anomalies_training
meta:
owner: "@edr"
elementary:
timestamp_column: updated_at
freshness:
error_after:
count: 1
period: minute
loaded_at_field: no_such_column
meta:
elementary:
timestamp_column: updated_at
tests:
- elementary.volume_anomalies:
tags: ["table_anomalies"]
Expand All @@ -312,6 +315,8 @@ sources:
schema: test_seeds
tables:
- name: any_type_column_anomalies_validation
meta:
owner: "hello, world"
freshness:
warn_after:
count: 1
Expand Down

0 comments on commit c638585

Please sign in to comment.