"Transpose" transformation not showing in docker image, or linux arm deb image - 11.2.2

Hello -

I am unable to find the “Transpose” transformation in the 11.2.2 transformations even though it is outlined as a new feature in 11.2.2.

New Feature Announcement: Grafana 11.2 release: new updates for data sources, visualizations, transformations, and more | Grafana Labs
The documentation suggests it is available for all versions: Transform data | Grafana documentation

I have tried using docker:

docker run grafana/grafana-enterprise:11.2.2

and I have tried the linux ARM distribution running in a linux VM on my mac.

  • I am running on MAC OS X (apple silicone) * and linux ARM running in a parallels desktop VM on my laptop.

Here is a screenshot from the docker image that I ran (brand new) - using the MIXED data source that is built in:

The only error at start up related to plugins is xychart is already registered.

logger=plugins.registration t=2024-10-04T17:44:15.601540047Z level=error msg="Could not register plugin" pluginId=xychart error="plugin xychart is already registered"
logger=plugins.initialization t=2024-10-04T17:44:15.601574255Z level=error msg="Could not initialize plugin" pluginId=xychart error="plugin xychart is already registered"
logger=local.finder t=2024-10-04T17:44:15.601635297Z level=warn msg="Skipping finding plugins as directory does not exist" path=/usr/share/grafana/plugins-bundled

Is Transpose a licensed feature?
Or is it just missing from the images?
If it is missing is there a way to pull it in manually?

Thank you!