tinybird-python-sdk-guidelines
作者: tinybirdco
用於在 Python 中定義資料來源、管道和查詢的 Tinybird Python SDK。適用於處理 tinybird-sdk、Python Tinybird 專案,或資料攝取及…
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-python-sdk-guidelinesTinybird 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.mdrules/configuration.mdrules/defining-datasources.mdrules/defining-endpoints.mdrules/client.mdrules/low-level-api.mdrules/cli-commands.mdrules/connections.mdrules/materialized-views.mdrules/copy-sink-pipes.mdrules/tokens.md
Quick Reference
- Install:
pip install tinybird-sdk - Initialize:
tinybird init - Dev mode:
tinybird dev(uses configureddev_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
來自 tinybirdco 的更多技能
tinybird
tinybirdco
Tinybird 配置規則、SQL 模式及針對資料源、管道、端點和具體化檢視的優化指南。涵蓋 13 個規則類別,包括專案結構、資料源與管道設計、端點架構、具體化檢視、複製管道、連線、SQL 最佳實踐及去重模式。強調以本地檔案為真實來源、MergeTree 為預設表引擎,以及僅使用 SELECT 的 SQL 搭配嚴格的參數處理。提供優化策略:過濾...
official
tinybird-cli-guidelines
tinybirdco
Tinybird CLI 指令、工作流程與操作。適用於執行 tb 指令、管理本地開發、部署或處理資料操作時使用。
official
tinybird-typescript-sdk-guidelines
tinybirdco
用於定義資料來源、管道和查詢的 Tinybird TypeScript SDK,具備完整的型別推論功能。適用於搭配 @tinybirdco/sdk、TypeScript Tinybird… 使用。
official