skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

tinybird-python-sdk-guidelines

Tinybird Python SDK usage guidelines

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/tinybirdco/tinybird-agent-skills --skill tinybird-python-sdk-guidelines

Overview

What This Skill Does

Provides coding guidelines for the tinybird-sdk Python package. Covers defining datasources, pipes, endpoints, and connections, plus CLI workflows for dev, build, and deploy. Includes patterns for materialized views, copy pipes, and migrating from legacy .datasource/.pipe files.

Application

When to use this Skill

Documentation

Show Skills.md file

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
Lines 1 - 25 of 39

Recommendations

Explore other random skills

All skillsMy patterns