Skip to content

Commit

Permalink
fixing dremio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Mar 27, 2024
1 parent 8b50677 commit cb33c73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_destination_dremio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ 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:
DESTINATION__DREMIO__CREDENTIALS: grpc://dremio:dremio123@localhost:32010/nas
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'
Expand Down

0 comments on commit cb33c73

Please sign in to comment.