dataall icon indicating copy to clipboard operation
dataall copied to clipboard

Catalog indexers should remove records related to dataset , dataset tables when not in DB

Open TejasRGitHub opened this issue 1 year ago • 1 comments

Is your idea related to a problem? Please describe. Catalog indexer currently works by looping through all the dataset , then its tables , folders, etc. Suppose if the dataset was deleted but all its tables are already present in the RDS dataset_table table Or if they are deleted, then the re-indexer task doesn't delete all the deleted tables

Describe the solution you'd like Catalog indexer should not only check and update indexer for items on the dataset's which are present, but also should be able to delete items which are present in Catalog index but the corresponding item is not present in RDS database

P.S. Don't attach files. Please, prefer add code snippets directly in the message body.

TejasRGitHub avatar Aug 19 '24 18:08 TejasRGitHub

This is handled by starting a re-indexer task from the Admin Menu

TejasRGitHub avatar May 27 '25 22:05 TejasRGitHub