npx skills add ...
npx skills add tinybirdco/tinybird-agent-skills --skill tinybird-python-sdk-guidelines
npx skills add tinybirdco/tinybird-agent-skills --skill 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.
Guidance for using the tinybird-sdk package to define Tinybird resources in Python.
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.mdpip install tinybird-sdktinybird inittinybird dev (uses configured dev_mode, typically branch)tinybird build (builds against configured dev target)tinybird deploy (deploys to main/production)tinybird previewtinybird migrate (convert .datasource/.pipe files to Python)