Send your Python logs to Tinybird

You can now send your Python logs to Tinybird using the standard Python logging library and the tinybird-python-sdk. See Send Python logs to learn more.

Monitor your organization in Prometheus format

The Organization Metrics Exporter is a Tinybird project designed to monitor Tinybird usage across an organization. The project uses Service Data Sources to aggregate and expose organizational metrics, exporting them in Prometheus format.

Follow the instructions in the tinybird-org-metrics-exporter repository to get started.

Integrate Resend webhooks

Learn how to integrate Resend webhooks to Tinybird and analyze email data in real time.

Improvements

  • We enhanced the parameter block's by adding a hover state, aligning it with the behavior of other interactive elements.
  • Kafka Connector user related errors are shown in datasources_ops_log. Emails are sent if notifications are enabled.
  • The Integrations page now has a new layout and quick filter.
  • Added Backfilling from external sources guide on how to bring data to Tinybird

Bug fixes

  • We fixed an issue where BigQuery Data Sources' cron couldn't be changed from the UI if the data source was created using the CLI.
  • /v0/datasources/ now only supports the HTTPS scheme for URLs in Parquet format.
  • Fixed an issue where a large amount of tags would prevent the tags menu to scroll properly.
  • Code editor suggestions now link to our documentation.