malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.95k stars 75 forks source link

How to connect and exist db #1273

Open jayhuang75 opened 1 year ago

jayhuang75 commented 1 year ago

I try to connect existing duckdb db.

cant figure how to.

here is what i have done so far

  1. in the setting setup the connection and test success.
  2. 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"

Ben8t commented 1 year ago

Are you trying to use a duckdb database ? According to this #1059 it seems not possible at the moment.