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 617b009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_destination_dremio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 617b009

Please sign in to comment.