mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-18 05:57:17 +00:00
install 3rd party for running validate compose docker (#12457)
This commit is contained in:
parent
9147bb01e4
commit
15a0c85b79
@ -126,6 +126,7 @@ curl --location --request PATCH 'localhost:8080/api/v1/dags/sample_data' \
|
||||
|
||||
printf 'Validate sample data DAG...'
|
||||
sleep 5
|
||||
python -m pip install ingestion/
|
||||
python docker/validate_compose.py
|
||||
|
||||
until curl -s -f --header "Authorization: Bearer $authorizationToken" "http://localhost:8585/api/v1/tables/name/sample_data.ecommerce_db.shopify.fact_sale"; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user