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 9dea049 commit be38520Copy full SHA for be38520
duckdb_engine/tests/test_ducklake.py
@@ -192,6 +192,7 @@ def readonly_ducklake_engine(temp_dir: Path) -> Engine:
192
)
193
return readonly_engine
194
195
+
196
@pytest.fixture
197
def postgres(temp_dir: Path) -> Engine:
198
data_path = temp_dir / "data"
@@ -201,7 +202,7 @@ def postgres(temp_dir: Path) -> Engine:
201
202
203
# First create some test data with a writable connection
204
writable_engine = create_engine(
- f"ducklake:postgres:dbname=ducklake user=postgres password=FvTEBiSdLOlo host=15.235.225.242 port=5433",
205
+ "ducklake:postgres:dbname=ducklake user=postgres password=FvTEBiSdLOlo host=15.235.225.242 port=5433",
206
207
with writable_engine.connect() as conn:
208
conn.execute(
0 commit comments