install 3rd party for running validate compose docker (#12457)

This commit is contained in:
Ayush Shah 2023-07-17 16:09:23 +05:30 committed by GitHub
parent 9147bb01e4
commit 15a0c85b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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