mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			796 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			796 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| description: This guide will help install Redshift Usage connector and run manually
 | |
| ---
 | |
| 
 | |
| # Redshift Usage
 | |
| 
 | |
| ## Redshift Usage
 | |
| 
 | |
| {% hint style="info" %}
 | |
| **Prerequisites**
 | |
| 
 | |
| OpenMetadata is built using Java, DropWizard, Jetty, and MySQL.
 | |
| 
 | |
| 1. Python 3.7 or above
 | |
| {% endhint %}
 | |
| 
 | |
| ## Install from PyPI or Source
 | |
| 
 | |
| {% tabs %}
 | |
| {% tab title="Install Using PyPI" %}
 | |
| ```bash
 | |
| pip install 'openmetadata-ingestion[redshift-usage]'
 | |
| ```
 | |
| {% endtab %}
 | |
| {% tab title="Build from source " %}
 | |
| ```bash
 | |
| # checkout OpenMetadata
 | |
| git clone https://github.com/open-metadata/OpenMetadata.git
 | |
| cd OpenMetadata/ingestion
 | |
| python3 -m venv env
 | |
| source env/bin/activate
 | |
| pip install '.[redshift-usage]'
 | |
| ```
 | |
| {% endtab %}
 | |
| {% endtabs %}
 | |
| 
 | |
| ## Run Manually
 | |
| 
 | |
| ```bash
 | |
| metadata ingest -c ./pipelines/redshift_usage.json
 | |
| ```
 | |
| 
 | |
| ## Configuration
 | |
| 
 | 
