Skip to content

Commit

Permalink
Add doc string
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
amishas157 committed Sep 18, 2024
1 parent 82d62be commit 26c9b6c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/anomaly_detection_trade_count.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="warn"
, tags=["singular_test"]
Expand Down
2 changes: 2 additions & 0 deletions tests/anomaly_detection_trade_volume.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="warn"
, tags=["singular_test"]
Expand Down
2 changes: 2 additions & 0 deletions tests/bucketlist_db_size_check.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="error"
, tags=["singular_test"]
Expand Down
2 changes: 2 additions & 0 deletions tests/eho_by_ops.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="error"
, tags=["singular_test"]
Expand Down
2 changes: 2 additions & 0 deletions tests/ledger_sequence_increment.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="warn"
, tags=["singular_test"]
Expand Down
2 changes: 2 additions & 0 deletions tests/num_txns_and_ops.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="error"
, tags=["singular_test"]
Expand Down
2 changes: 2 additions & 0 deletions tests/sorobon_surge_pricing_check.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
-- Strictly use enabled condition to restrict singular tests from running in dbt build tasks.
-- https://github.com/stellar/stellar-dbt-public/pull/95
{{ config(
severity="warn"
, tags=["singular_test"]
Expand Down

0 comments on commit 26c9b6c

Please sign in to comment.