mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-04 04:29:13 +00:00 
			
		
		
		
	
		
			
	
	
		
			37 lines
		
	
	
		
			505 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			37 lines
		
	
	
		
			505 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								description: This guide will help install Redshift connector and run manually
							 | 
						||
| 
								 | 
							
								---
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Redshift
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## Redshift
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% hint style="info" %}
							 | 
						||
| 
								 | 
							
								**Prerequisites**
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								1. Python 3.7 or above
							 | 
						||
| 
								 | 
							
								2. Create and activate python env
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								   ```bash
							 | 
						||
| 
								 | 
							
								   python3 -m venv env
							 | 
						||
| 
								 | 
							
								   source env/bin/activate
							 | 
						||
| 
								 | 
							
								   ```
							 | 
						||
| 
								 | 
							
								{% endhint %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## Install
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```bash
							 | 
						||
| 
								 | 
							
								pip install '.[redshift]'
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## Run Manually
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								```bash
							 | 
						||
| 
								 | 
							
								metadata ingest -c ./pipelines/redshift.json
							 | 
						||
| 
								 | 
							
								```
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								## Configuration
							 | 
						||
| 
								 | 
							
								
							 |