fix(enriching): prevent panic when attaching inputs to sinks with name of a table (#22528)
* fix(enriching): prevent panic when attaching inputs to sinks with name of a table If an enrichment table has the same name as one of components, even when that table is not used as a sink, `topology/running` panics when configuring inputs, because it is not checking the updated `inputs` map, but the `tasks` map when looking up enrichment tables that act as sinks. Closes: #22514 * Add changelog entry * Add 0.45.0 known issue note * Update website/cue/reference/releases/0.45.0.cue Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com> --------- Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
E
Ensar Sarajčić committed
6caf5f8a2cbeeb99c0383e46d3a73ff43317c3f2
Parent: fe700dc
Committed by GitHub <noreply@github.com>
on 2/26/2025, 9:23:08 PM