Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poloaraujo committed Oct 2, 2023
1 parent 504a683 commit 0374a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/sources/seed_executions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0374a31

Please sign in to comment.