From 0143b68febdafc169c7d0a931e8edffaa426502c Mon Sep 17 00:00:00 2001 From: Michael Irvine Date: Thu, 6 Oct 2022 22:52:09 -0400 Subject: [PATCH] adds tags for atlas compatibility --- integration_tests/models/product_analytics/schema.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_tests/models/product_analytics/schema.yml b/integration_tests/models/product_analytics/schema.yml index 41938b7..b756b90 100644 --- a/integration_tests/models/product_analytics/schema.yml +++ b/integration_tests/models/product_analytics/schema.yml @@ -25,3 +25,6 @@ models: input_mapping: ref('orders'): ref('raw_orders_simple') expected_output: ref('dmt_expected__flows_simple_before') + - name: order_events + config: + tags: event_stream \ No newline at end of file