Brett Naul
Brett Naul
@mrocklin any thoughts on this? obviously kind of a niche use case within a niche use case but seems pretty safe to me...?
Thanks @jrbourbeau and @ian-r-rose, I added a simple test and comment
In the documentation vein: I agree that a recipe for more advanced patterns is a good idea, but maybe it also makes sense to clarify in the docstring that (if...
Thanks for the quick response @jacksonllee. The issue is that currently `brew install gcc && pip install glmnet && python -c "import glmnet"` does not work; I happened to have...
Any updates on this issue? We've been holding off on switching to the kubernetes operator based on these two issues but since there haven't been any similar posts I'm wondering...
seeing the same behavior w/ 0.3.0: ``` [ins] In [2]: dd.read_csv('gs://gcp-public-data-landsat/index.csv.gz', compression= ...: 'gzip') --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in ----> 1 dd.read_csv('gs://gcp-public-data-landsat/index.csv.gz', compression='gzip') ~/venvs/model/lib/python3.7/site-packages/dask/dataframe/io/csv.py in read(urlpath, blocksize,...
sg, seems like this is resolved then?
Hi @zanieb 👋 yes, I just checked and we still encounter this on 0.1.36. Don't have many other details to share but a couple other things: - `uv pip install...
One more question @mikealfare, as the issue mentions this flag can't be set via ALTER, only CREATE. Could you point me to where these distinctions are encoded? > Lifecycle :...
Seems doable, one other thing I'm hitting is that max_staleness is currently ignored (always parsed as None), it's present on the Python table object but as a JSON string representation...