Skip to content

Commit

Permalink
remove dev code
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Apr 15, 2024
1 parent 40f1f3e commit 5e8c233
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
39 changes: 0 additions & 39 deletions fs_testing_pipe.py

This file was deleted.

2 changes: 0 additions & 2 deletions tests/load/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@
"r2",
]

ALL_FILESYSTEM_DRIVERS = ["memory", "file"]

# Filter out buckets not in all filesystem drivers
WITH_GDRIVE_BUCKETS = [GCS_BUCKET, AWS_BUCKET, FILE_BUCKET, MEMORY_BUCKET, AZ_BUCKET, GDRIVE_BUCKET]
WITH_GDRIVE_BUCKETS = [
Expand Down
2 changes: 0 additions & 2 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
# filter out active destinations for current tests
ACTIVE_DESTINATIONS = set(dlt.config.get("ACTIVE_DESTINATIONS", list) or IMPLEMENTED_DESTINATIONS)

ACTIVE_DESTINATIONS = {"filesystem", "duckdb"}

ACTIVE_SQL_DESTINATIONS = SQL_DESTINATIONS.intersection(ACTIVE_DESTINATIONS)
ACTIVE_NON_SQL_DESTINATIONS = NON_SQL_DESTINATIONS.intersection(ACTIVE_DESTINATIONS)

Expand Down

0 comments on commit 5e8c233

Please sign in to comment.