Skip to content

Commit

Permalink
Singular tests tag to set Airflow DAG
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-nercolini committed Jun 11, 2024
1 parent d560c28 commit 1969b91
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion tests/anomaly_detection_trade_count.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{ config(severity="warn") }}
{{ config(
tags=['singular_test']
, severity="warn"
)
}}

with
trade_counts as (
Expand Down
6 changes: 5 additions & 1 deletion tests/anomaly_detection_trade_volume.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{ config(severity="warn") }}
{{ config(
tags=['singular_test']
, severity="warn"
)
}}

with
base_trades as (
Expand Down
6 changes: 5 additions & 1 deletion tests/ledger_sequence_increment.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{ config(severity="warn") }}
{{ config(
tags=['singular_test']
, severity="warn"
)
}}

with
ledger_sequence as (
Expand Down

0 comments on commit 1969b91

Please sign in to comment.