---
title: "Flight Plans: Templates for AI-Native Data Pipelines"
url: https://daily.dev/posts/flight-plans-templates-for-ai-native-data-pipelines-ddyz3xd88
source_url: https://motherduck.com/blog/flight-plans-templates-for-ai-native-data-pipelines
type: article
source: "MotherDuck"
published: 2026-06-19T15:50:35.781Z
updated: 2026-06-19T15:51:04.341Z
tags: ["backend", "mcp", "etl", "duckdb"]
reading_time: 9
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Flight Plans: Templates for AI-Native Data Pipelines

**[MotherDuck](https://daily.dev/sources/motherduck)** · 9 min read · 0 upvotes · 0 comments

## Summary

MotherDuck Flights is a serverless Python runtime for building AI-native data pipelines without writing Python. Using the MotherDuck Remote MCP Server, AI agents can script full pipelines covering ingestion, transformation, and data activation. Flight Plans are pre-built templates for common operations like ingesting from Postgres (using DuckDB's Postgres extension with streaming and atomic loads), syncing data with Google Sheets via a DuckDB community extension, and sending Slack alerts based on SQL query thresholds. Flights support any PyPI package, any DuckDB extension, and can run Linux commands, making them highly flexible. The serverless sandbox model means you only pay for runtime seconds used, and agents can operate freely within an isolated environment.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://motherduck.com/blog/flight-plans-templates-for-ai-native-data-pipelines>

## Similar posts on daily.dev

- [Introducing Flights: Agent-Native Ingest in MotherDuck](https://daily.dev/posts/introducing-flights-agent-native-ingest-in-motherduck-ztnhq0181) · MotherDuck · 4 upvotes · 0 comments
- [What if a full data pipeline was one prompt away?](https://daily.dev/posts/what-if-a-full-data-pipeline-was-one-prompt-away--ijzjm147i) · MotherDuck · 0 upvotes · 0 comments
- [Scalable Data Apps with MotherDuck & Replit](https://daily.dev/posts/scalable-data-apps-with-motherduck-replit-hqvrxrlyb) · MotherDuck · 2 upvotes · 0 comments
- [Vibe Code Data Apps with Vercel V0 & MotherDuck](https://daily.dev/posts/vibe-code-data-apps-with-vercel-v0-motherduck-83fdddbmt) · MotherDuck · 0 upvotes · 0 comments
- [Don't Fear the Agents - AI on the Data Lakehouse](https://daily.dev/posts/don-t-fear-the-agents---ai-on-the-data-lakehouse-5i7aa2g81) · MotherDuck · 1 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#mcp](https://daily.dev/tags/mcp), [#etl](https://daily.dev/tags/etl), [#duckdb](https://daily.dev/tags/duckdb)

[View this post on daily.dev](https://daily.dev/posts/flight-plans-templates-for-ai-native-data-pipelines-ddyz3xd88)
