Oliver Mannion

Results 232 comments of Oliver Mannion

I have the same issue. When closing a tab, Zen will switch to the "owner" tab (if the closed tab was opened from another one), or the adjacent tab below...

In the above example you are using the question mark (`qmark`) paramater style but the default is `pyformat`. And so you'll get the same error on a real Snowflake instance....

Do you have an example unloading query that you'd want to support?

Ok got it yeh a PR would be great! In terms of the implementation I would suggest considering transforming the sql into a [duckdb copy command to write the parquet](https://duckdb.org/docs/stable/data/parquet/overview.html)....

Thanks for raising this, and yes if it runs in snowflake and not fakesnow its an issue.

I see `/bin/ps: Operation not permitted](shellenv.sh: line 18: /bin/ps: Operation not permitted)` on any command, not just `rg`. NB: the command succeeds, but the model sees the error and comments...

Thanks @xab3r that [avoids running /bin/ps here](https://github.com/Homebrew/brew/blob/999134536e623073ea9b2a8954eeea5898137239/Library/Homebrew/cmd/shellenv.sh#L18) and worked for me!

Yep I haven't found a code path where it is ever None in the SDK so I'm hoping the type hint can be updated to avoid applications having to always...

> So currently if I have a diff open and I want to exit the entire things I have to smash q and esc repeatedly until the entire thing closes....