We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e164c3 commit 86722f4Copy full SHA for 86722f4
tests/integration_tests/test_source_faker_integration.py
@@ -21,7 +21,7 @@
21
from airbyte.caches.base import CacheBase
22
from airbyte.caches.duckdb import DuckDBCache
23
from airbyte.caches.postgres import PostgresCache
24
-from airbyte.caches.util import new_local_cache, get_default_cache
+from airbyte.caches.util import new_local_cache
25
26
# Product count is always the same, regardless of faker scale.
27
NUM_PRODUCTS = 100
0 commit comments