Skip to content

Commit

Permalink
Update data type of thread_id in test stg model (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGFagan authored Jul 17, 2023
1 parent a766f4c commit 2fdb876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/stg_dbt__test_executions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ enhanced as (
{{ dbt_utils.surrogate_key(['command_invocation_id', 'unique_id']) }} as test_execution_id
, command_invocation_id
, unique_id as node_id
, split(thread_id, '-')[1]::int as thread_id
, thread_id
, run_started_at
, compile_started_at
, compile_completed_at
Expand Down

0 comments on commit 2fdb876

Please sign in to comment.