Jason Greenlaw

Results 10 comments of Jason Greenlaw

@madkinsz @anna-geller I see that `prefect.packaging.serializers.ImportSerializer` still exists in the source, but can't find any working examples for it. Does that functionality work with the new `Deployment` paradigm, or did...

Thanks for the responses. I don't think it's correct to equate the Prefect 1.0 `ModuleStorage` with the remote storage options in Prefect 2.0. With Prefect 1.0, it allowed us to...

Are there any plans to address this in an upcoming release? We are seeing this issue in a number of files containing all-zero messages.

This is affecting my team as well, as we currently use managed node groups with autoscaling to run very bursty Job workloads several times per day requiring us to scale...

I'm also looking for this feature. There are some use cases where using a dynamically-reloaded source like `ol/source/ImageWMS` or a tiled source like `ol/source/TileWMS` can both result in a bad...

Okay, so I was able to get a custom tile scheme working for my use case. I'm loading the entire world (in EPSG:3857) as a single large tile (1536 x...

We ended up monkey-patching this (and a couple other special cases) by updating `DataProxy.__getitem__` (originally defined in [iris_grib/message.py](https://github.com/SciTools/iris-grib/blob/main/iris_grib/message.py#L232)) as follows. Use at your own risk. ``` def __getitem__(self, keys): """...

@bjlittle @larsbarring Sorry, it was a while ago that I wrote that code, and I can't seem to find a file that demonstrates the non-zero missing `codedValues` behavior. It's possible...

@ForeverAngry Thank you for this feature ❤️ Just one question/comment: It seems this only supports expiration time/age, and does not support other [retention policies](https://iceberg.apache.org/docs/1.9.1/java-api-quickstart/#updating-retention-properties). For example, the Java API's ExpireSnapshots...

Just ran into this as well. Seems `upsert` missing `snapshot_properties` was likely an oversight, shouldn't be too difficult to add. Regarding upsert performance, yes I agree it's not ideal that...