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 10011ee commit f681560Copy full SHA for f681560
docs/website/docs/general-usage/snippets/destination-snippets.py
@@ -123,8 +123,8 @@ def destination_instantiation_snippet() -> None:
123
pipeline = dlt.pipeline("pipeline", destination="bigquery")
124
# @@@DLT_SNIPPET_END avoid_example
125
126
- assert pipeline.destination.destination_type == "dlt.destinations.bigquery"
127
- assert pipeline.destination.destination_name == "filesystem"
+ assert pipeline.destination.destination_type == "dlt.destinations.duckdb"
+ assert pipeline.destination.destination_name == "bigquery"
128
129
bucket_url = posixpath.join("file://", os.path.abspath(TEST_STORAGE_ROOT))
130
0 commit comments