You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---sql:
taxi: https://blobs.duckdb.org/data/taxi_2019_04.parquet---```sql echo
SELECTCOUNT() FROM taxi;
```
The page works fine in preview and in build, and displays the expected result 7,433,139.
However the logs show an erroneous tentative in build to copy the (non-existing) resource src/https:/blobs.duckdb.org/data/taxi_2019_04.parquet (note the single / after https:).
Here’s
test.md
:The page works fine in preview and in build, and displays the expected result
7,433,139
.However the logs show an erroneous tentative in build to copy the (non-existing) resource
src/https:/blobs.duckdb.org/data/taxi_2019_04.parquet
(note the single/
afterhttps:
).copy src/https:/blobs.duckdb.org/data/taxi_2019_04.parquet → error: missing referenced file
Another symptom is a spurious call to
registerFile
in the page's scripts:The text was updated successfully, but these errors were encountered: