Provides a FastMCP server for analyzing DBT manifests, offering automatic schema version detection and comprehensive lineage tracking.
The DBT Manifest server is a FastMCP solution designed to streamline the analysis and management of DBT project metadata. It intelligently parses DBT `manifest.json` files, supporting a wide range of schema versions from v0 to v12 with automatic detection and backward compatibility. This tool stores processed manifest data in an efficient SQLite database, enabling robust querying and persistence for various analytical tasks, including detailed lineage tracking, model information retrieval, and comprehensive schema insights, all while adhering to professional Python development standards.