Skip to content

Commit

Permalink
use dev_mode to work around leftover data from previous tests
Browse files Browse the repository at this point in the history
leftover data caused by #2148
  • Loading branch information
jorritsandbrink committed Dec 14, 2024
1 parent 2557226 commit 6a5d58b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/load/filesystem/test_sql_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ def test_table_formats(
pipeline = destination_config.setup_pipeline(
"read_pipeline",
dataset_name="read_test",
dev_mode=True,
)

# in case of gcs we use the s3 compat layer for reading
Expand All @@ -335,7 +336,7 @@ def test_table_formats(
GCS_BUCKET.replace("gs://", "s3://"), destination_name="filesystem_s3_gcs_comp"
)
access_pipeline = destination_config.setup_pipeline(
"read_pipeline", dataset_name="read_test", destination=gcp_bucket
"read_pipeline", dataset_name="read_test", dev_mode=True, destination=gcp_bucket
)

_run_dataset_checks(
Expand Down

0 comments on commit 6a5d58b

Please sign in to comment.