While comparing my backtest performance vs. live results, I came across a few assets that appeared in my zipline pipeline (generated from the usstock-minute bundle) but could not be streamed from IBKR due to missing 'ibkr_ConId'.
Digging further, I found that most of these assets actually do have a ConId but are listed in securities master under a different sid. Here's a list of such occurrences (not exhaustive, just the ones I came across). For each pair of sids with the same symbol, one has info for the 'usstock_' fields, and the other has info for the 'ibkr_' and 'alpaca_' fields.
Is there an easy way to fix this?