Replies: 1 comment
-
Thanks for the report. I have opened an issue #2310 to track this now. I'll lock the thread here, and we can follow up in the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up a quarto website with some SQL code chunks. Trying to reproduce some DB code from R4DS book fails with quarto website.
Then in terminal
I get the following print:
Why can't I use
duckdb()
for establishing a connection and using an SQL code chunk in quarto website? It's worth noting that same code works in regular, non-website,.rmd
file.Beta Was this translation helpful? Give feedback.
All reactions