Fluid Forge
Get Started
See it run
  • Local (DuckDB)
  • Source-Aligned (Postgres → DuckDB)
  • AI Forge + Data Models
  • GCP (BigQuery)
  • Snowflake Team Collaboration
  • Declarative Airflow
  • Orchestration Export
  • Jenkins CI/CD
  • Universal Pipeline
  • 11-Stage Production Pipeline
  • Catalog Forge End-to-End
CLI Reference
  • Overview
  • Quickstart
  • Examples
  • Your own CI
  • Your own scaffolding
  • Custom validator
  • Apply hook
  • Reference
Demos
  • Overview
  • Architecture
  • GCP (BigQuery)
  • AWS (S3 + Athena)
  • Snowflake
  • Local (DuckDB)
  • Custom Providers
  • Roadmap
GitHub
GitHub
Get Started
See it run
  • Local (DuckDB)
  • Source-Aligned (Postgres → DuckDB)
  • AI Forge + Data Models
  • GCP (BigQuery)
  • Snowflake Team Collaboration
  • Declarative Airflow
  • Orchestration Export
  • Jenkins CI/CD
  • Universal Pipeline
  • 11-Stage Production Pipeline
  • Catalog Forge End-to-End
CLI Reference
  • Overview
  • Quickstart
  • Examples
  • Your own CI
  • Your own scaffolding
  • Custom validator
  • Apply hook
  • Reference
Demos
  • Overview
  • Architecture
  • GCP (BigQuery)
  • AWS (S3 + Athena)
  • Snowflake
  • Local (DuckDB)
  • Custom Providers
  • Roadmap
GitHub
GitHub
  • Introduction

    • Home
    • Getting Started
    • Snowflake Quickstart
    • See it run
    • Forge Data Model
    • Vision & Roadmap
    • Playground
    • FAQ
  • Concepts

    • Concepts
    • Builds, Exposes, Bindings
    • What is a contract?
    • Quality, SLAs & Lineage
    • Governance & Policy
    • Agent Policy (LLM/AI governance)
    • Providers vs Platforms
    • Fluid Forge vs alternatives
  • Data Products

    • Product Types — SDP, ADP, CDP
  • Walkthroughs

    • Walkthrough: Local Development
    • Source-Aligned: Postgres → DuckDB → Parquet
    • AI Forge And Data-Model Journeys
    • Walkthrough: Deploy to Google Cloud Platform
    • Walkthrough: Snowflake Team Collaboration
    • Declarative Airflow DAG Generation - The FLUID Way
    • Generating Orchestration Code from Contracts
    • Jenkins CI/CD for FLUID Data Products
    • Universal Pipeline
    • The 11-Stage Pipeline
    • End-to-End Walkthrough: Catalog → Contract → Transformation
  • CLI Reference

    • CLI Reference
    • fluid init
    • fluid demo
    • fluid forge
    • fluid skills
    • fluid status
    • fluid validate
    • fluid plan
    • fluid apply
    • fluid generate
    • fluid generate artifacts
    • fluid validate-artifacts
    • fluid verify-signature
    • fluid generate-airflow
    • fluid generate-pipeline
    • fluid viz-graph
    • fluid odps
    • fluid odps-bitol
    • fluid odcs
    • fluid export
    • fluid export-opds
    • fluid publish
    • fluid datamesh-manager
    • fluid market
    • fluid import
    • fluid policy
    • fluid policy check
    • fluid policy compile
    • fluid policy apply
    • fluid contract-tests
    • fluid contract-validation
    • fluid diff
    • fluid test
    • fluid verify
    • fluid product-new
    • fluid product-add
    • fluid workspace
    • fluid ide
    • fluid ai
    • fluid memory
    • fluid mcp
    • fluid scaffold-ci
    • fluid scaffold-composer
    • fluid scaffold-ide
    • fluid docs
    • fluid config
    • fluid split
    • fluid bundle
    • fluid auth
    • fluid doctor
    • fluid providers
    • fluid provider-init
    • fluid roadmap
    • fluid version
    • fluid runs
    • fluid retention
    • fluid secrets
    • fluid stats
    • fluid contract
    • fluid ship
    • fluid rollback
    • fluid schedule-sync
    • Catalog adapters

      • Source Catalog Integration (V1.5)
      • BigQuery Catalog
      • Snowflake Horizon Catalog
      • Databricks Unity Catalog
      • Google Dataplex Catalog
      • AWS Glue Data Catalog
      • DataHub Catalog
      • Data Mesh Manager Catalog
    • CLI by task

      • CLI by task
      • Add quality rules
      • Add agent governance
      • Debug a failed pipeline run
      • Switch clouds with one line
  • Recipes

    • Recipes
    • Recipe — add a quality rule
    • Recipe — switch clouds with one line
    • Recipe — tag PII in your schema
  • SDK & Plugins

    • SDK & Plugins
    • Quickstart — your first plugin
    • Examples

      • Runnable examples
      • Example: hello-scaffold — the minimal viable plugin
      • Example: gitlab-ci-scaffold — generate a complete CI project
      • Example: steward-validator — a custom governance rule
      • Example: prod-key-guard — apply-time invariant check
    • Journeys

      • Journeys
      • Your own CI/CD

        • You have your own CI/CD setup, no problem
        • GitLab CI — the bundle template
        • GitHub Actions — the bundle template
        • Jenkins — the bundle template
        • CircleCI — the bundle template
      • You have a strict project layout, no problem
      • You have governance rules, no problem
      • You want a check at apply time, no problem
    • Reference

      • Reference
      • Roles reference
      • Entry points reference
      • Trust model
      • Packaging
      • Companion packages
  • Providers

    • Providers
    • Provider Architecture
    • GCP Provider
    • AWS Provider
    • Snowflake Provider
    • Local Provider
    • Creating Custom Providers
    • Provider Roadmap
  • Advanced

    • Blueprints
    • Governance & Compliance
    • Airflow Integration
    • Built-in And Custom Forge Guidance
    • FLUID Forge Contract GPT Packet
    • Forge Discovery Guide
    • Forge Memory Guide
    • LLM Providers
    • Capability Warnings
    • LiteLLM Backend (opt-in)
    • MCP Server
    • Credential Resolver — Security Model
    • Cost Tracking
    • Agentic Primitives
    • Typed Errors
    • Typed CLI Errors
    • Authoring Forge Tools
    • Source-Aligned Acquisition
    • API Stability — fluid_build.api
    • Guided fluid forge UX
    • V1.5 Catalog Integration — Architecture Deep-Dive
    • V1.5 + V2 Hardening — Release Notes
  • Project

    • Contributing to Fluid Forge
    • Fluid Forge Docs Baseline: CLI 0.8.3
    • Fluid Forge Docs Baseline: CLI 0.8.0
    • Fluid Forge Docs Baseline: CLI 0.7.11
    • Fluid Forge Docs Baseline: CLI 0.7.9
    • Fluid Forge v0.7.1 - Multi-Provider Export Release

Data Mesh Manager Catalog

Source-side catalog adapter for Data Mesh Manager (the SaaS data product registry). Reads registered data products, their owners, domains, contracts, lineage, and certifications via the DMM REST API.

Recommended for: organisations using Data Mesh Manager as their canonical data-product registry. Forge-cli reads existing DMM products and produces a Fluid contract that can be published back to DMM (closing the loop with the existing DMM provider on the publish side).

Install

Already in core deps — no optional extra needed. The adapter uses httpx (already installed) over plain HTTPS to the DMM REST API. No new SDK.

pip install data-product-forge   # default install is enough

API key & permissions

The adapter is read-only. From the DMM UI:

  1. Settings → API Keys → New API Key.
  2. Scopes: tick dataproducts:read (and optionally lineage:read, glossary:read).
  3. Copy the generated key (one-time display).

The DMM permission model is API-key-scoped, not role-based — the key carries exactly the read scopes you ticked.

Authentication methods

Single auth method: API key over HTTPS Bearer token. No OAuth needed.

MethodSetup
api_key ★API key from the DMM UI; sent as Authorization: Bearer <key> on every request.

Setup

fluid ai setup --source datamesh_manager --name dmm-prod
# ? Catalog: datamesh_manager
# ? Server URL: https://api.datamesh-manager.com
# ? API key: ******                  (stored in OS keyring)
# ✓ Saved to ~/.fluid/sources.yaml

Or env vars:

export DATAMESH_MANAGER_HOST=https://api.datamesh-manager.com
export DATAMESH_MANAGER_API_KEY=dmm-...

End-to-end demo

fluid ai setup --source datamesh_manager --name dmm-prod

# Forge from all data products in a domain.
fluid forge data-model from-source \
  --source datamesh_manager \
  --credential-id dmm-prod \
  --database commerce \
  --technique dimensional \
  -o commerce.fluid.yaml

The DMM database parameter maps to the DMM domain query parameter — the adapter forges every data product in the named domain.

# Or scope to specific data products by ID.
fluid forge data-model from-source \
  --source datamesh_manager \
  --credential-id dmm-prod \
  --tables customer-orders product-catalog \
  -o orders.fluid.yaml

What lands where

DMM sourceForge output
Data product name / descriptionOSIDataset name / description
Data product ownermetadata.owner.team
Data product domainmetadata.domain + industry hint
Data product status (active / deprecated)metadata.lifecycle.status
Data product contractimported as starting point for the new contract (caller may override)
DMM lineage edgesmetadata.lineage.upstream[] + DV2 link inference
DMM certificationsmetadata.certification

Per-call HTTP lifecycle

The DMM adapter opens an httpx.Client per tool call and exits the context manager after the response. This means no MCP-server- spanning connection state — important when the adapter runs inside a long-lived MCP server (fluid mcp serve) where pooled connections could leak credentials between unrelated tool calls.

The pattern is documented in the adapter source (Pattern 3 — per-call client lifecycle) and pinned by tests/copilot/catalog/test_catalog_adapter_dmm.py::TestPerCallClientLifecycle.

Common errors

CatalogPermissionError: 401

API key invalid, expired, or missing the required scope. Generate a new key from the DMM UI with dataproducts:read ticked.

CatalogConnectionError: 404

404 means resource not found, not "auth issue" — the adapter distinguishes 404 from 401 deliberately so the operator's next action is "verify the URL or product ID", not "check API keys."

CatalogConnectionError: server unreachable

Check the server URL doesn't have a trailing slash that creates a double-slash (https://api.datamesh-manager.com//dataproducts), or that you're not behind a corporate proxy that's blocking the DMM domain.

See also

  • Catalog index
  • DMM provider page — for the publish-target side (write contracts BACK to DMM).
Edit this page on GitHub
Last Updated: 4/26/26, 10:42 PM
Contributors: fas89, Claude Opus 4.7
Prev
DataHub Catalog