From 0374a31cd2b4a10f11191d0859516b0efdda3f82 Mon Sep 17 00:00:00 2001 From: Leopoldo Araujo <68853890+poloaraujo@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:04:01 -0400 Subject: [PATCH] Fixed typo --- models/sources/seed_executions.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/sources/seed_executions.sql b/models/sources/seed_executions.sql index 6d9aee35..c3e9465d 100644 --- a/models/sources/seed_executions.sql +++ b/models/sources/seed_executions.sql @@ -22,6 +22,6 @@ select , cast(null as {{ type_string() }}) as name , cast(null as {{ type_string() }}) as alias , cast(null as {{ type_string() }}) as message - , cast(null as {{ type_json() }}) as adapter_responss + , cast(null as {{ type_json() }}) as adapter_response from dummy_cte where 1 = 0