Skip to content

Commit 8ace448

Browse files
aboydnwclaude
andcommitted
docs: soften DuckDB notebook auth callout to match tutorial
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a8ed267 commit 8ace448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quickstarts/duckdb.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"",
6969
"DuckDB's Azure extension reads signed Planetary Computer blobs directly. Fetch a container SAS from the token API, register a secret, and switch the Azure transport to curl.",
7070
"",
71-
"Two details that will cost you an afternoon otherwise:",
71+
"Two important details:",
7272
"",
7373
"- `azure_transport_option_type = 'curl'` is required. The default transport fails with an opaque SSL CA-certificate error.",
7474
"- The `SCOPE` matters as soon as you add a second account (the join below). DuckDB routes each read to the secret whose scope is the longest matching prefix. Without scopes, a second Azure secret shadows the first and every read fails to authenticate.",

0 commit comments

Comments
 (0)