Irina Truong

Results 126 comments of Irina Truong

@vnoel > Is there a way to request warning filtering once at the beginning of a notebook? It's possible to ignore warnings globally in a notebook, by setting the PYTHONWARNINGS...

Also, what's your `LESS` env var set to?

It's a valuable feature to have, for sure. I can look into how much work it may be. Currently both myself and project author have pretty low bandwidth - this...

> I think adding `dataset={"schema": dt.schema().to_pyarrow()}` as a keyword to this `read_parquet` call > should do the trick. Though it'd be nice if someone could confirm this is the case....

Second attempt, after merging https://github.com/dask-contrib/dask-deltatable/pull/57. Cluster: https://cloud.coiled.io/clusters/245853?account=dask-engineering | dataset | computation | timing (read_parquet) | timing (read_deltalake) | |--|--|--|--| |ds20f_100M | ddf["int1"].sum().compute() | CPU times: user 41.2 ms, sys: 10.6...

The list in the docs in not exhaustive, but the comment in the CLI config file should be: https://github.com/dbcli/athenacli/blob/c9e477447345a28b070badb014bfd2c6679cc902/athenacli/athenaclirc#L45-L49 `athenacli` uses `cli_helpers` to do output formatting, which in return uses...

@mooreniemi You would add a new adapter here: https://github.com/dbcli/cli_helpers/tree/main/cli_helpers/tabular_output For an example, take a look at this PR, which was adding a tsv adapter: https://github.com/dbcli/cli_helpers/pull/47

Currently there's no way to do this with postgresql: https://dba.stackexchange.com/questions/50602/how-do-i-find-out-how-far-along-my-postgresql-query-is It looks like there's some ongoing work in this direction though: https://wiki.postgresql.org/wiki/Query_progress_indication I'm going to leave the feature request open.

Riiight. :) My bad, reading it wrong.