main-concepts

No menu items for this category

TestConnectionDefinition

TestConnection is the definition that will encapsulate the steps required to test a connection to a specific service.

  • testConnectionStep (object): Function that tests one specific element of the service. E.g., listing schemas, lineage, or tags. Cannot contain additional properties.
    • name (string, required): Name of the step being tested.
    • description (string, required): What is the goal of the step.
    • errorMessage (string): In case of error this message should be displayed on UI, We define this message manually on test connection definition.
    • mandatory (boolean, required): Is this step mandatory to be passed? Default: true.
    • shortCircuit (boolean): This field if set to true, indicates that the step is important enough to break the process in case of failure. Default: false.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.