2025-04-03 13:13:21 +05:30
|
|
|
---
|
2025-07-18 16:31:46 +05:30
|
|
|
title: Wherescape Connector | Official Documentation
|
|
|
|
description: Ingest metadata from WhereScape pipelines including task details, schedules, and lineage paths.
|
2025-04-03 13:13:21 +05:30
|
|
|
slug: /connectors/pipeline/wherescape
|
|
|
|
---
|
|
|
|
|
|
|
|
{% connectorDetailsHeader
|
|
|
|
name="Wherescape"
|
|
|
|
stage="BETA"
|
|
|
|
platform="Collate"
|
|
|
|
availableFeatures=["Pipelines", "Pipeline Status", "Lineage", "Owners"]
|
|
|
|
unavailableFeatures=["Tags"]
|
|
|
|
/ %}
|
|
|
|
|
|
|
|
In this section, we provide guides and references to use the Wherescape connector.
|
|
|
|
|
|
|
|
Configure and schedule Wherescape metadata workflow from the OpenMetadata UI:
|
|
|
|
|
|
|
|
- [Requirements](#requirements)
|
|
|
|
- [Metadata Ingestion](#metadata-ingestion)
|
|
|
|
- [Connection Details](#connection-details)
|
2025-04-04 12:05:44 +05:30
|
|
|
- [Troubleshooting](/connectors/pipeline/wherescape/troubleshooting)
|
2025-04-03 13:13:21 +05:30
|
|
|
|
2025-06-27 12:22:38 +05:30
|
|
|
{% partial file="/v1.9/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/wherescape/yaml"} /%}
|
2025-04-03 13:13:21 +05:30
|
|
|
|
|
|
|
## Requirements
|
|
|
|
To extract Wherescape metadata, we need the batabase connection details where the metadata is stored.
|
|
|
|
|
|
|
|
- `API` Permission ( While Creating the User, from Admin -> User )
|
|
|
|
- To retrieve lineage data, the user must be granted [Component-level permissions](https://docs.matillion.com/metl/docs/2932106/#component).
|
|
|
|
|
|
|
|
## Metadata Ingestion
|
|
|
|
|
|
|
|
{% partial
|
2025-06-27 12:22:38 +05:30
|
|
|
file="/v1.9/connectors/metadata-ingestion-ui.md"
|
2025-04-03 13:13:21 +05:30
|
|
|
variables={
|
|
|
|
connector: "Wherescape",
|
2025-06-27 12:22:38 +05:30
|
|
|
selectServicePath: "/images/v1.9/connectors/wherescape/select-service.png",
|
|
|
|
addNewServicePath: "/images/v1.9/connectors/wherescape/add-new-service.png",
|
|
|
|
serviceConnectionPath: "/images/v1.9/connectors/wherescape/service-connection.png",
|
2025-04-03 13:13:21 +05:30
|
|
|
}
|
|
|
|
/%}
|
|
|
|
|
|
|
|
{% stepsContainer %}
|
|
|
|
{% extraContent parentTagName="stepsContainer" %}
|
|
|
|
|
|
|
|
#### Connection Details
|
|
|
|
|
|
|
|
- **Connection**: Wherescape metadata database connection.
|
|
|
|
|
|
|
|
In terms of `connection` we support the following selections:
|
|
|
|
|
|
|
|
- **Microsoft SQL Server**: To connect to the Wherescape metadata database:
|
|
|
|
- Provide the SQL Server connection credentials including username and password
|
|
|
|
- Specify the database name where Wherescape metadata is stored
|
|
|
|
- Enter the host and port for the SQL Server instance
|
|
|
|
- The connector will establish a connection to this database to extract Wherescape pipeline metadata
|
|
|
|
|
|
|
|
{% /extraContent %}
|
|
|
|
|
2025-06-27 12:22:38 +05:30
|
|
|
{% partial file="/v1.9/connectors/test-connection.md" /%}
|
2025-04-03 13:13:21 +05:30
|
|
|
|
2025-06-27 12:22:38 +05:30
|
|
|
{% partial file="/v1.9/connectors/pipeline/configure-ingestion.md" /%}
|
2025-04-03 13:13:21 +05:30
|
|
|
|
2025-06-27 12:22:38 +05:30
|
|
|
{% partial file="/v1.9/connectors/ingestion-schedule-and-deploy.md" /%}
|
2025-04-03 13:13:21 +05:30
|
|
|
|
|
|
|
{% /stepsContainer %}
|