Skip to content

Commit

Permalink
fix: make solargis test warn instead of err (et/somenergia-jardiner!149)
Browse files Browse the repository at this point in the history
Merge branch 'fix-test-solargis-temperature-registry-warning' into 'main'
  • Loading branch information
diegoquintanav committed May 23, 2024
2 parents 7c28c72 + fc8a182 commit dd4d21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- to test to check if solargis is sending temperature all the solar hours in a day
-- Each result is a day with < 50% of not null records

{{ config(warn_if = '>2') }}
{{ config(severity='warn', warn_if = '>2') }}

with validation as (
select
Expand Down

0 comments on commit dd4d21f

Please sign in to comment.