David Gasquez

Results 100 comments of David Gasquez

Josh, you rock! :rocket:

I'm not sure about the internals of Rill Developer but, personally, I'd love for it to keep the database in sync (read new potential external changes).

Hey there! Not sure if I'm doing something wrong. I've tried the new feature with these commands: ``` $ npm run cli --silent -- init --db /workspaces/datadex/target/local.db Importing tables from...

I [re-created the image from scratch today](https://github.com/davidgasquez/datadex/blob/main/Dockerfile#L11-L12). It should've run `npm run build`.

It is a fresh project indeed. Running the query doesn't return anything. :confused: This is a screenshot of the commands I've executed (after a clean Docker build) and the Rill...

I'm creating the tables with `dbt`: ```bash $ dbt deps $ dbt run-operation stage_external_sources $ dbt run ``` Both the `rill-developer` folder and the workspace one are owned by the...

Hey there @hamilton! I think this is due GitHub Codespaces running out of CPU/Memory when compiling DuckDB Python with extensions. I was able to replicate the error in Codespaces. The...

Quick update. This seems to be still an issue on `0.5.0`. You can now (thanks to Rill and DuckDB having binaries) fully repoduce things [on Codespaces in Datadex](https://github.com/davidgasquez/datadex).

Curious if you have any news regarding this issue!

Hey there! Is there any updates or workarounds for this?