Yannick Einsweiler
Yannick Einsweiler
@mscolnick I agree multiselect could support "combo-style" ie. like multi feature of https://react-select.com/home, where user can see and deselect easily the selected entries instead of a generic "# selected". As...
Not sure option 3 is enough to compare with others as it's not loading into duckdb. If the purpose is to use/query the data in parquet, I would adapt the...
I see - then download_many_to_path() before duckdb should be ideal.
@wangxiaoyou1993 might be an easy fix. My AI buddy found out that `untracked_files` in [here](https://github.com/mage-ai/mage-ai/blob/8437bcd492c7e23ff4c57f0dd8d7829a7e88251a/mage_ai/data_preparation/git/__init__.py#L294) should be defaulted to `True` for `git status` to exclude file patterns in `.gitignore`. Am...
Is the attached db static i.e. always same url/file path ? If so, you could create a separate profile for it in `io_config.yaml`. In your DuckDB block, you can then...
+1 on `If the cell decorator had something like run_mode with 'reactive',`, regardless on the notebook run mode. My use case is a bunch of cells with duckdb SQL that...