mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	feat(ingestion): Add -e flag to uv command in ingestion Dockerfiles (#10114)
				
					
				
			Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
This commit is contained in:
		
							parent
							
								
									f5417f6829
								
							
						
					
					
						commit
						67b67f77b7
					
				@ -30,7 +30,7 @@ RUN sed -i.bak "s/__version__ = \"1\!0.0.0.dev0\"/__version__ = \"$(echo $RELEAS
 | 
			
		||||
 | 
			
		||||
FROM base as slim-install
 | 
			
		||||
 | 
			
		||||
RUN uv pip install --no-cache "acryl-datahub[base,datahub-rest,datahub-kafka,snowflake,bigquery,redshift,mysql,postgres,hive,clickhouse,glue,dbt,looker,lookml,tableau,powerbi,superset,datahub-business-glossary] @ ."
 | 
			
		||||
RUN uv pip install --no-cache -e ".[base,datahub-rest,datahub-kafka,snowflake,bigquery,redshift,mysql,postgres,hive,clickhouse,glue,dbt,looker,lookml,tableau,powerbi,superset,datahub-business-glossary]"
 | 
			
		||||
 | 
			
		||||
FROM base as full-install-build
 | 
			
		||||
 | 
			
		||||
@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y -qq maven
 | 
			
		||||
USER datahub
 | 
			
		||||
COPY ./docker/datahub-ingestion/pyspark_jars.sh .
 | 
			
		||||
 | 
			
		||||
RUN uv pip install --no-cache "acryl-datahub[base,all] @ ." "acryl-datahub-airflow-plugin[plugin-v2] @ ./airflow-plugin" && \
 | 
			
		||||
RUN uv pip install --no-cache -e ".[base,all]" "./airflow-plugin[plugin-v2]" && \
 | 
			
		||||
    datahub --version
 | 
			
		||||
RUN ./pyspark_jars.sh
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@ RUN sed -i.bak "s/__version__ = \"1\!0.0.0.dev0\"/__version__ = \"$(echo $RELEAS
 | 
			
		||||
 | 
			
		||||
FROM base as slim-install
 | 
			
		||||
 | 
			
		||||
RUN uv pip install --no-cache "acryl-datahub[base,datahub-rest,datahub-kafka,snowflake,bigquery,redshift,mysql,postgres,hive,clickhouse,glue,dbt,looker,lookml,tableau,powerbi,superset,datahub-business-glossary] @ ." && \
 | 
			
		||||
RUN uv pip install --no-cache -e ".[base,datahub-rest,datahub-kafka,snowflake,bigquery,redshift,mysql,postgres,hive,clickhouse,glue,dbt,looker,lookml,tableau,powerbi,superset,datahub-business-glossary]" && \
 | 
			
		||||
    datahub --version
 | 
			
		||||
 | 
			
		||||
FROM slim-install as final
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user