Base Pipes now visible in Tinybird Forward, CLI improvements and more¶
Base Pipes in Forward¶
+Until now, Pipes without any defined TYPE were not visible in the UI. They could be created and used, but there were no dedicated pages to explore them. This is an important improvement, because these Pipes are often used as reusable transformations that can be called from other Pipes.

Watch Tinybird Local while running¶
You can now watch the logs of Tinybird Local while it is running with tb local start --watch. This is useful to see the progress of the startup process and to debug any issues.
Improvements and bug fixes¶
- [Forward]: Better error messages and actionable suggestions for Tinybird Local in the CLI.
- [Forward]: Shared Data Sources now show the target Workspace names in the UI instead of the Workspace IDs.
- [All]: CSV ingestion now quarantines rows with integer overflow (e.g.
1234in anInt8column) instead of silently wrapping values to incorrect numbers.