malloy
malloy copied to clipboard
How to connect and exist db
I try to connect existing duckdb db.
cant figure how to.
here is what i have done so far
- in the setting setup the connection and test success.
- code as below `run: duckdb.table("demo") -> {
}`
and it keep throwing error: "Catalog Error: Table with name demo does not exist! Did you mean "pg_am"? LINE 1: DESCRIBE SELECT * FROM demo"
Are you trying to use a duckdb database ? According to this #1059 it seems not possible at the moment.