Skip to content

Commit

Permalink
fix delta table tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Oct 14, 2024
1 parent 1e78212 commit f49c3ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/load/test_read_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@ def test_delta_tables(destination_config: DestinationTestConfiguration) -> None:
os.environ["DATA_WRITER__FILE_MAX_ITEMS"] = "700"

pipeline = destination_config.setup_pipeline(
"read_pipeline",
dataset_name="read_test",
"read_pipeline", dataset_name="read_test", dev_mode=True
)

# in case of gcs we use the s3 compat layer for reading
Expand Down

0 comments on commit f49c3ca

Please sign in to comment.