Skip to content

Commit 1c27835

Browse files
committed
fix in destination snippet example
1 parent 181f4e8 commit 1c27835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/website/docs/general-usage/snippets/destination-snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def destination_instantiation_snippet() -> None:
123123
pipeline = dlt.pipeline("pipeline", destination="bigquery")
124124
# @@@DLT_SNIPPET_END avoid_example
125125

126-
assert pipeline.destination.destination_type == "dlt.destinations.bigquery"
127-
assert pipeline.destination.destination_name == "filesystem"
126+
assert pipeline.destination.destination_type == "dlt.destinations.duckdb"
127+
assert pipeline.destination.destination_name == "bigquery"
128128

129129
bucket_url = posixpath.join("file://", os.path.abspath(TEST_STORAGE_ROOT))
130130

0 commit comments

Comments
 (0)