---
title: 'Three new service Data Sources available'
excerpt: 'Grant organization admin permission from the UI is available now. Also, the organization sinks_ops_log, bi_stats_rt, and bi_stats service Data Sources include data about all the workspaces in the organization'
date: '2024-07-12'
---

# Grant organization admin permissions

Now you can [grant and revoke admin permissions for your whole organization using the app](/forward/core-concepts/organizations#access-the-organization-settings). Before this change, you had to contact our support.

{% image src="/assets/changelog/grant-org-admin.png" alt="Grant organization admin permissions interface" /%}

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](/forward/core-concepts/organizations)

## 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, 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](/classic/cli/command-ref#tb-branch) 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](/sql-reference/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` and `Bool` options are available in the Column Type dropdown when creating a new Data Source in the UI.
    {% image src="/assets/changelog/decimal-type.png" alt="Decimal and Bool data type options in the UI" /%}
