On stages other than DEV it is often hard to troubleshoot or fix data inconsistencies because of the lack of database access in ODC.
This app offers a solution for this by enabling querying the database using the physical table names. No entities need to be made public for this app to function. Besides viewing and downloading data, data can also be updated or deleted when required.
Reads physical table names from the ODC database, and extracts their logical names and attributes
WARNING: Know what you are doing, you can break stuff on production with this, there is no roll-back. No warranties.
There are no roll-backs, commits are immediate.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)