Code migration
Workspace
You can explore the translations of objects by looking at source and target DDL side-by-side.
Navigation
Fabric Migration workload is actually a full IDE for code translation. Among other functionality, you can quickly navigate using just your keyboard.
Find object in workspace (Ctrl+K)
You can use parts of object names as you types, which is incredibly handy with most of the SQL codebases.
Find in object definition (CTRL+Shift+F)
Data lineage
In side-bar you can see exactly which objects the current object depends on, as well as which objects reference the current one. Of course, you can quickly navigate by just clicking the reference name.
A bonus functionality - you can see which objects are using the current one for reading, and which ones are modifying it.
