From 13f7515adcbcdb67d786acce3ee79ed1d10dffa4 Mon Sep 17 00:00:00 2001 From: Phil Rzewski Date: Thu, 3 Sep 2026 13:46:41 -0700 Subject: [PATCH] Disclose in docs that URL robot scan is not available with db --- book/src/super-sql/operators/from.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/src/super-sql/operators/from.md b/book/src/super-sql/operators/from.md index bd4404afb..5add04241 100644 --- a/book/src/super-sql/operators/from.md +++ b/book/src/super-sql/operators/from.md @@ -163,6 +163,11 @@ is a pool. Data sources identified by URLs can be accessed either when attached or detached from a database. +>[!NOTE] +> A URL computed at run time from a [non-constant f-string](../expressions/f-strings.md) +> cannot currently be accessed while attached to a database, and fails with an +> error of the form `: cannot open in a database environment`. + As a [text entity](../queries.md#text-entity), typical URLs need not be quoted though URLs with special characters must be quoted. When the `` argument begins with `http:` or `https:`