From 1969b91887a685a0fa6fd59450a20ba2a3f75ae0 Mon Sep 17 00:00:00 2001 From: Eduardo Nercolini Date: Tue, 11 Jun 2024 11:09:27 -0300 Subject: [PATCH] Singular tests tag to set Airflow DAG --- tests/anomaly_detection_trade_count.sql | 6 +++++- tests/anomaly_detection_trade_volume.sql | 6 +++++- tests/ledger_sequence_increment.sql | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/tests/anomaly_detection_trade_count.sql b/tests/anomaly_detection_trade_count.sql index 90d26fc..11269cc 100644 --- a/tests/anomaly_detection_trade_count.sql +++ b/tests/anomaly_detection_trade_count.sql @@ -1,4 +1,8 @@ -{{ config(severity="warn") }} +{{ config( + tags=['singular_test'] + , severity="warn" + ) +}} with trade_counts as ( diff --git a/tests/anomaly_detection_trade_volume.sql b/tests/anomaly_detection_trade_volume.sql index ad13982..3090c85 100644 --- a/tests/anomaly_detection_trade_volume.sql +++ b/tests/anomaly_detection_trade_volume.sql @@ -1,4 +1,8 @@ -{{ config(severity="warn") }} +{{ config( + tags=['singular_test'] + , severity="warn" + ) +}} with base_trades as ( diff --git a/tests/ledger_sequence_increment.sql b/tests/ledger_sequence_increment.sql index 202d1cf..c174b67 100644 --- a/tests/ledger_sequence_increment.sql +++ b/tests/ledger_sequence_increment.sql @@ -1,4 +1,8 @@ -{{ config(severity="warn") }} +{{ config( + tags=['singular_test'] + , severity="warn" + ) +}} with ledger_sequence as (