Skip to main content

DESCRIBE JAR

Description

Show the details for a single transformer JAR by name.

Note that the SQL statement does not end with ;

Syntax

DESCRIBE JAR `<name>`

Sample response

Examples

DESCRIBE JAR `my-custom-transformer`

Required parameters

  • <name>: Specify the name of the JAR to describe.

Response fields

  • uid: Server-assigned JAR entry identifier.
  • name: JAR name.
  • version: Active version of the JAR.
  • jarPath: Onehouse-managed storage location the uploaded JAR was copied to. This is not the source path you uploaded — Onehouse copies the JAR to its own managed location.
  • cloud: Cloud the JAR is stored in (AWS or GCP).

Error conditions

  • Returns not found if no JAR with the given name exists.