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.

설치로 이동

소스 정보

저장소
tinybirdco/tinybird-agent-skills
최근 소스 활동
2026년 3월 16일 15:28
감지된 SKILL.md 언어
영어
스타
20
포크
2

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
12 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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
GitHub에서 보기