| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | --- | 
					
						
							|  |  |  | title: Run the Wherescape Connector Externally | 
					
						
							| 
									
										
										
										
											2025-07-17 11:40:52 +05:30
										 |  |  | description: Configure WhereScape ingestion via YAML to capture data pipeline metadata and lineage from ETL job orchestration. | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | slug: /connectors/pipeline/wherescape/yaml | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% 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 workflows from the OpenMetadata UI: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - [Requirements](#requirements) | 
					
						
							|  |  |  | - [Metadata Ingestion](#metadata-ingestion) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/external-ingestion-deployment.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | ## Requirements
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### Python Requirements
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/python-requirements.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | To run the Wherescape ingestion, you will need to install: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ```bash | 
					
						
							|  |  |  | pip3 install "openmetadata-ingestion[wherescape]" | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% /note %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ## Metadata Ingestion
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | All connectors are defined as JSON Schemas. | 
					
						
							|  |  |  | [Here](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/wherescapeConnection.json) | 
					
						
							|  |  |  | you can find the structure to create a connection to Wherescape. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | In order to create and run a Metadata Ingestion workflow, we will follow | 
					
						
							|  |  |  | the steps to create a YAML configuration able to connect to the source, | 
					
						
							|  |  |  | process the Entities if needed, and reach the OpenMetadata server. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | The workflow is modeled around the following | 
					
						
							|  |  |  | [JSON Schema](https://github.com/open-metadata/OpenMetadata/blob/main/openmetadata-spec/src/main/resources/json/schema/metadataIngestion/workflow.json) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ### 1. Define the YAML Config
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This is a sample config for Wherescape: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% codePreview %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% codeInfoContainer %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #### Source Configuration - Service Connection
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% codeInfo srNumber=1 %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% /codeInfo %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% codeInfo srNumber=1 %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | **connection**:  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | In terms of `connection` we support the following selections: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - `Mssql`: Pass the required credentials to reach out this service. We will | 
					
						
							|  |  |  |   create a connection to the pointed database and read Wherescape data from there. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% /codeInfo %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/pipeline/source-config-def.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/ingestion-sink-def.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/workflow-config-def.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | {% /codeInfoContainer %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% codeBlock fileName="filename.yaml" %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ```yaml {% isCodeBlock=true %} | 
					
						
							|  |  |  | source: | 
					
						
							|  |  |  |   type: wherescape | 
					
						
							|  |  |  |   serviceName: wherescape_source | 
					
						
							|  |  |  |   serviceConnection: | 
					
						
							|  |  |  |     config: | 
					
						
							|  |  |  |       type: Wherescape | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | ```yaml {% srNumber=6 %} | 
					
						
							|  |  |  |       # Connection needs to be Mssql | 
					
						
							|  |  |  |       connection: | 
					
						
							|  |  |  |         type: Mssql | 
					
						
							|  |  |  |         username: user | 
					
						
							|  |  |  |         authType: | 
					
						
							|  |  |  |           password: pass | 
					
						
							|  |  |  |         databaseSchema: db | 
					
						
							|  |  |  |         hostPort: localhost:1433 | 
					
						
							|  |  |  | ``` | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/pipeline/source-config.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/ingestion-sink.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/workflow-config.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | {% /codeBlock %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% /codePreview %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-27 12:22:38 +05:30
										 |  |  | {% partial file="/v1.9/connectors/yaml/ingestion-cli.md" /%} | 
					
						
							| 
									
										
										
										
											2025-04-03 13:13:21 +05:30
										 |  |  | 
 |