Grant organization admin permissions¶
Now you can grant and revoke admin permissions for your whole organization using the app. Before this change, you had to contact our support.
Also, we've added 3 new organization service Data Sources: organization.sinks_ops_log, organization.bi_stats_rt, and organization.bi_stats. They're equivalent to their tinybird.* counterparts, and include data about all workspaces in an organization. You can read about organization service data sources on the Organizations page
Amazon MSK available¶
You can ingest data now from MSK (Amazon Managed Streaming for Apache Kafka) using the UI. If your cluster doesn't have public access, please reach out to us to help with the underlying connectivity setup.
Small improvements or bug fixes¶
- Now you can sort your branches by name in the CLI using
tb branch ls --sort
. This will help you find the branch you are looking for faster. - We have added
FixedString(N)
to our list of supported data types. Previously it was only working for CSV Data Sources. - You can choose the replace mode for any Copy Pipe from the UI. Last week it was available from the API and CLI.
- New
Decimal
andBool
options are available in the Column Type dropdown when creating a new Data Source in the UI.