From cb33c73dc6cf3d08e83f52739ddeb75208768e32 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 27 Mar 2024 15:22:02 +0100 Subject: [PATCH] fixing dremio tests --- .github/workflows/test_destination_dremio.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_destination_dremio.yml b/.github/workflows/test_destination_dremio.yml index 020c08e832..6c98a58ad3 100644 --- a/.github/workflows/test_destination_dremio.yml +++ b/.github/workflows/test_destination_dremio.yml @@ -68,7 +68,7 @@ jobs: run: poetry install --no-interaction -E s3 -E gs -E az -E parquet --with sentry-sdk --with pipeline - run: | - poetry run pytest tests/load + poetry run pytest tests/load/dremio/test_dremio.py if: runner.os != 'Windows' name: Run tests Linux/MAC env: @@ -76,9 +76,9 @@ jobs: DESTINATION__DREMIO__STAGING_DATA_SOURCE: minio DESTINATION__FILESYSTEM__BUCKET_URL: s3://dlt-ci-test-bucket DESTINATION__FILESYSTEM__CREDENTIALS__AWS_ACCESS_KEY_ID: minioadmin - DESTINATION__FILESYSTEM__CREDENTIALS__AWS_SECRET_ACCESS_KEY_ID: minioadmin + DESTINATION__FILESYSTEM__CREDENTIALS__AWS_SECRET_ACCESS_KEY: minioadmin DESTINATION__FILESYSTEM__CREDENTIALS__ENDPOINT_URL: http://127.0.0.1:9010 - + - run: | poetry run pytest tests/load if: runner.os == 'Windows'