OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Ingestion is not extracting indexes for Db2 z/OS

Open upenbendre opened this issue 3 years ago • 0 comments

Describe the bug it seems like get_indexes of base.py in ibm_db_sa gets invoked by metadata only if the table is indexed. I searched for get_indexes and get_table_indexes in the metadata folder, and found that other than the case where table is partitioned, there is no reference. I would have ideally liked that index metadata is captured, regardless of whether the table is partitioned. referred handle_partition.py

Version: CentOS 7, Python 3.9, OM 0.11.5

Additional context Add any other context about the problem here.

upenbendre avatar Sep 18 '22 17:09 upenbendre