You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you decided to not migrate over certain data points to lightblue for whatever reason. Maybe certain rows were deactivated in the old system and there is no need to carry them forward, perhaps denoted by a boolean or byte flag column in the legacy data source. In this scenario, you would get a data inconsistency every time the deactivated row was referenced. Would it be possible to disable the consistency check based on that boolean column in the legacy data source?