langgraph-integration

Orchestrate LangGraph workflows from Metabase data pipelines via Python client.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/pkoka888/server-infra-templates --skill langgraph-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: langgraph-integration
Source: https://github.com/pkoka888/server-infra-templates/tree/main/.agent/skills/langgraph-integration
Command: npx skills add https://github.com/pkoka888/server-infra-templates --skill langgraph-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integrate LangGraph workflows with Metabase data pipelines to enable seamless orchestration of data workflows from within Metabase-driven analytics environments.

Core Features & Use Cases

  • Pre-pipeline validation and automated audits triggered by Metabase events
  • Client initialization, health checks, and execution of LangGraph workflows via a Python client
  • API endpoints integration for health, workflow audit, and validation

Quick Start

Run a basic connectivity check by invoking the LangGraph Python client.

Frequently Asked Questions about langgraph-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I trigger LangGraph workflows from Metabase events?

Trigger LangGraph workflows from Metabase events by using a Python client to call API endpoints for pre-pipeline validation and automated audits. The integration orchestrates data workflows directly within Metabase pipelines.

What environment variables do I need to connect Metabase pipelines to LangGraph?

You need to set the LANGGRAPH_HOST and LANGGRAPH_PORT environment variables. These variables allow the Python client to initialize the connection and execute workflows against the LangGraph API endpoints.

Can I run pre-pipeline data validation checks using LangGraph and Metabase?

Yes, you can run pre-pipeline data validation by executing LangGraph workflows triggered by Metabase events. The Python client integrates with API endpoints to perform health checks and apply automated audits to your analytics pipelines.

How do I check if my LangGraph client is ready before running Metabase data pipelines?

Run a basic connectivity check by invoking the LangGraph Python client. This health check validates the connection using the configured LANGGRAPH_HOST and LANGGRAPH_PORT environment variables before executing workflows.

Does LangGraph integration support automated audits for Metabase analytics pipelines?

Yes, LangGraph integration supports automated audits for Metabase analytics pipelines. It uses a Python client and defined API endpoints to orchestrate workflows, applying validation checks automatically when Metabase events are triggered.