diff --git a/docker/run_local_docker.sh b/docker/run_local_docker.sh index 1f3d4ce3296..d6299d41dfb 100755 --- a/docker/run_local_docker.sh +++ b/docker/run_local_docker.sh @@ -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