Skip to content

Commit

Permalink
more aux event fixes (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Nov 25, 2024
1 parent 79771f1 commit 28b54e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ select
time,
to_artifact_id,
from_artifact_id,
{{ oso_id("event_source", "to_artifact_id", "issue_number") }} as issue_id,
issue_number,
created_at,
merged_at,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ select
event_type,
event_source_id,
event_source,
issue_number
issue_id,
issue_number,
created_at,
merged_at,
closed_at
from {{ ref('int_events_aux_issues') }}

0 comments on commit 28b54e4

Please sign in to comment.