From b76607c24401fd5898e7b6851cc37a9b6f9dbe6f Mon Sep 17 00:00:00 2001 From: Eduardo Nercolini <161879487+eduardo-nercolini@users.noreply.github.com> Date: Wed, 12 Jun 2024 16:12:18 -0300 Subject: [PATCH] Singular tests tag to set Airflow DAG (#48) * Singular tests tag to set Airflow DAG * Changing tag single quotes do double quotes * Merge master into feature/singular_test_tag --- 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..d69100a 100644 --- a/tests/anomaly_detection_trade_count.sql +++ b/tests/anomaly_detection_trade_count.sql @@ -1,4 +1,8 @@ -{{ config(severity="warn") }} +{{ config( + severity="warn" + , tags=["singular_test"] + ) +}} with trade_counts as ( diff --git a/tests/anomaly_detection_trade_volume.sql b/tests/anomaly_detection_trade_volume.sql index ad13982..e9b4ea8 100644 --- a/tests/anomaly_detection_trade_volume.sql +++ b/tests/anomaly_detection_trade_volume.sql @@ -1,4 +1,8 @@ -{{ config(severity="warn") }} +{{ config( + severity="warn" + , tags=["singular_test"] + ) +}} with base_trades as ( diff --git a/tests/ledger_sequence_increment.sql b/tests/ledger_sequence_increment.sql index 202d1cf..4f867f1 100644 --- a/tests/ledger_sequence_increment.sql +++ b/tests/ledger_sequence_increment.sql @@ -1,4 +1,8 @@ -{{ config(severity="warn") }} +{{ config( + severity="warn" + , tags=["singular_test"] + ) +}} with ledger_sequence as (