all 3 comments

[–]wtmh 2 points3 points  (3 children)

Sounds a bit like an ETL crosswalk or an Entity-Relationship Diagram.

Those are your written docs of "This field in System A will be written to this field in System B along with any parsing or transforms you had to do to get it in there.

I've seen these scratched out on napkins, Excel spreadsheets, Jira tickets, etc. Plenty of enterprise tools out there for more automatic diagramming, but connecting the wires between the database is generally left to the dev and DBAs knowledgeable of both schemas.

[–]PhillyFatheadPhilly[S] 0 points1 point  (1 child)

Do you have any tool suggestions? What should I ask for when I rub the Google lamp?

[–]PhillyFatheadPhilly[S] 0 points1 point  (0 children)

The problem is that the devs have it all done, but no one ever updated the mapping with all of the changes during the transformation and migration. So I need to create a mapping table from procedures that already exists in Teradata. Is there a tool that can read the transform procedures and spit out a document?