API Reference¶
Complete specification of every command, method, and parameter.
The CLI (dbp) is the default interface for working with DBPort. Start there for project setup, configuration, and running workflows.
The Python API (DBPort) is the runtime engine underneath. Use it when you need programmatic control or custom model logic in a hook file.
- CLI Reference — the
dbpcommand for initializing, configuring, running, and publishing models - Python API — the
DBPortclass withschema(),load(),execute(),publish(), and column metadata configuration
Both interfaces share the same dbport.lock state and produce identical results.
See also: Getting Started for first-time setup · Examples for runnable workflows