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