Features
- Instantly parses Pandas, PySpark, SQL into interactive Data Flow diagrams.
- Lineage Highlighting based on the selected node and its upstream ancestors and downstream descendants.
- Data node search & filter, diagram export capabilities.
- Double-clicking any node to trace back to the line of code.
- Live Sync: refreshes diagram automatically whenever the script is changed and saved.

How to Use
- Open a script file or notebook(.ipynb) in VS Code.
- Trigger the visualization:
- Keyboard Shortcut: Press
ctrl+alt+w.
- Context Menu: Right-click in the editor and choose Visualize Data Flow DAG.
Prerequisites
- Your scripts must be free of syntax errors.
| |