Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 18, 2024
1 parent b2af2e1 commit 5fcdc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/plugins/horizontals/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ func (h *horizPlugin) makeAssocRelationshipEntries(e *et.Event, assoc, assoc2 *d
_, _ = e.Session.DB().Link(assoc, "associated_with", assoc2)
_, _ = e.Session.DB().Link(assoc2, "associated_with", assoc)
})
<-done
}

func (h *horizPlugin) process(e *et.Event, assets []*dbt.Asset, src *dbt.Asset) {
Expand Down

0 comments on commit 5fcdc7e

Please sign in to comment.