databuild/databuild/graph
2025-07-20 16:01:40 -07:00
..
test Reorganize repo 2025-05-07 17:39:25 -07:00
analyze.rs Code/name WIP 2025-07-20 16:01:40 -07:00
BUILD.bazel phase 0 2025-07-06 14:41:26 -07:00
execute.rs Code/name WIP 2025-07-20 16:01:40 -07:00
README.md Reorganize repo 2025-05-07 17:39:25 -07:00
rust_analyze_wrapper.sh.tpl phase 1 - fix exec events not being written 2025-07-06 14:58:29 -07:00
rust_execute_wrapper.sh.tpl phase 1 - fix exec events not being written 2025-07-06 14:58:29 -07:00

DataBuild Graph

Entrypoints

  • graph.build - Build the requested partitions.
  • graph.analyze - Calculate the JobGraph that would produce the requested partitions.
  • graph.mermaid - Calculate a mermaid diagram describing the JobGraph.
  • graph.serve - Run the databuild server for this graph.
  • graph.image / graph.load - Build a deployable graph artifact and wrap it in a container. load registers the container locally.