<@U01ADSJ1D5H> I've been tracking down a bug that ...
# dev-frontend
d
@Artem Astapenko I've been tracking down a bug that happens when an Airbyte deployment has deprecated connectors and the user clicks on the
update all
button. I believe it's because we delete the deprecated connector from the master list and so the webapp is sending an empty docker tag to the api. More details here. It is possible to work on this today? We have some deprecated connectors been released so this is quite urgent
a
ok got it. So we shouldn’t send requests for outdated connectors, right?
d
yes if a connector is present but cannot be found in the latest list, we can assume it's deprecated and we don't need to send an update request
👌 1