These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.49.

Transform

API endpoints for Transform.

GET /api/transform/:db-id/:schema/:transform-name

Look up a database schema transform.

PARAMS:

  • db-id value must be an integer greater than zero.

  • schema value must be a non-blank string.

  • transform-name value must be a non-blank string.


« Back to API index

Read docs for other versions of Metabase.

Thanks for your feedback!

Want to improve these docs? Propose a change.