Skip to main content

tinybird-python-sdk-guidelines

Tinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python.

Jump to install

Source facts

Repository
tinybirdco/tinybird-agent-skills
Last source activity
March 16, 2026 at 15:28
Detected SKILL.md language
English
Stars
20
Forks
2

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
12 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
tinybird-python-sdk-guidelines
description
Tinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python.
# Tinybird Python SDK Guidelines Guidance for using the `tinybird-sdk` package to define Tinybird resources in Python. ## When to Apply - Installing or configuring tinybird-sdk - Defining datasources, pipes, or endpoints in Python - Creating Tinybird clients in Python - Using data ingestion or queries in Python - Running tinybird dev/build/deploy commands for Python projects - Migrating from legacy .datasource/.pipe files to Python - Defining connections (Kafka, S3, GCS) - Creating materialized views, copy pipes, or sink pipes ## Rule Files - `rules/getting-started.md` - `rules/configuration.md` - `rules/defining-datasources.md` - `rules/defining-endpoints.md` - `rules/client.md` - `rules/low-level-api.md` - `rules/cli-commands.md` - `rules/connections.md` - `rules/materialized-views.md` - `rules/copy-sink-pipes.md` - `rules/tokens.md` ## Quick Reference - Install: `pip install tinybird-sdk` - Initialize: `tinybird init` - Dev mode: `tinybird dev` (uses configured `dev_mode`, typically branch) - Build: `tinybird build` (builds against configured dev target) - Deploy: `tinybird deploy` (deploys to main/production) - Preview in CI: `tinybird preview` - Migrate: `tinybird migrate` (convert .datasource/.pipe files to Python) - Server-side only; never expose tokens in browsers
View on GitHub