Skip to content
GitHub

bino graph

bino graph prints a dependency graph of your bundle. Use it to understand how datasources, datasets, layouts, and artefacts are connected.

bino graph [flags]

Common flags:

  • --work-dir – report bundle directory.
  • --include – focus on specific report names.
  • --exclude – exclude certain report names.
  • --mode – graph mode, for example tree or flat.

View the full dependency tree for all reports:

bino graph --mode tree

Focus on a single artefact:

bino graph --include monthly_sales --mode tree

You can copy graph output into your docs and accompany it with a placeholder diagram image for easier reading.