Pere Miquel Brull 3afb5212ec
[Docs] - Use a.b.x as version pattern (#13161)
* [Docs] - Use a.b.x as version pattern

* Fix image path
2023-09-12 19:41:21 +02:00

2.7 KiB

title slug
Mode /connectors/dashboard/mode

Mode

Stage PROD
Dashboards {% icon iconName="check" /%}
Charts {% icon iconName="check" /%}
Owners {% icon iconName="cross" /%}
Tags {% icon iconName="cross" /%}
Datamodels {% icon iconName="cross" /%}
Lineage {% icon iconName="check" /%}

In this section, we provide guides and references to use the Mode connector.

Configure and schedule Mode metadata and profiler workflows from the OpenMetadata UI:

{% partial file="/v1.2/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/dashboard/mode/yaml"} /%}

Requirements

OpenMetadata relies on Mode's API, which is exclusive to members of the Mode Business Workspace. This means that only resources that belong to a Mode Business Workspace can be accessed via the API.

Metadata Ingestion

{% partial file="/v1.2/connectors/metadata-ingestion-ui.md" variables={ connector: "Mode", selectServicePath: "/images/v1.2/connectors/mode/select-service.png", addNewServicePath: "/images/v1.2/connectors/mode/add-new-service.png", serviceConnectionPath: "/images/v1.2/connectors/mode/service-connection.png", } /%}

{% stepsContainer %} {% extraContent parentTagName="stepsContainer" %}

Connection Details

hostPort: Host and Port Mode Dashboard. The hostPort parameter specifies the host and port of the Mode server. This should be specified as a string in the format https://app.mode.com.

accessToken: Access Token for Mode Dashboard. Get the Access Token by following below steps:

  • Navigate to your Mode homepage.
  • Click on your name in the upper left corner and click My Account.
  • Click on API Tokens on the left side.
  • To generate a new API token and password, enter a token name and click Create token.
  • Copy the generated access token and password.

For detailed information visit here.

accessTokenPassword: Access Token Password for Mode Dashboard. Copy the access token password from the step above where a new token is generated.

For detailed information visit here.

workspaceName: Mode Workspace Name. Name of the mode workspace from where the metadata is to be fetched.

{% /extraContent %}

{% partial file="/v1.2/connectors/test-connection.md" /%}

{% partial file="/v1.2/connectors/dashboard/configure-ingestion.md" /%}

{% partial file="/v1.2/connectors/ingestion-schedule-and-deploy.md" /%}

{% /stepsContainer %}

{% partial file="/v1.2/connectors/troubleshooting.md" /%}