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
First, thanks for this, i am learning dagster and interested in duckdb so this project is awesome! I followed the readme and after I run npm --prefix ./reports install npm --prefix ./reports run dev -- --port 4000
I continue to get this error. SQL Error: Catalog Error: Cannot open database "../../osmds.db" in read-only mode: database does not exist
for all the charts. I can query the db in command line so I know that I have data in there.
The text was updated successfully, but these errors were encountered:
I think I figured out the issue. Currently the db is written to data/db/osmds.db
But looking at the evidence docs it needs to be written to dbt_project/reports/osmds.db
First, thanks for this, i am learning dagster and interested in duckdb so this project is awesome! I followed the readme and after I run
npm --prefix ./reports install npm --prefix ./reports run dev -- --port 4000
I continue to get this error.
SQL Error: Catalog Error: Cannot open database "../../osmds.db" in read-only mode: database does not exist
for all the charts. I can query the db in command line so I know that I have data in there.
The text was updated successfully, but these errors were encountered: