NoRaincheck

Results 28 comments of NoRaincheck

I was thinking entity key. Only as an option - there are use cases for enabling both of them. For example, if our machine learning deployment is a daily batch...

Can I give this a go and raise a PR for File based offlinestore only? I'll stick the spec written(?), though I noticed elsewhere in the repo the nomenclature used...

Sounds good, hopefully I'll pull something together "soon". I'll name the method something sensible as well.

You can use `pull_latest_from_table_or_query` which will do the trick. Of course it would be nice if there is a suitable abstraction that feels the "same" as existing APIs On Wed,...

I don't believe this is a timing issue. My point is that nesting threading blocks literally do not work. Could you provide a pattern or an example where it does...

To fix this, it seems that you can use an undocumented endpoint `/v4/modelProduct` and do something like this: ```py from domino import Domino import sys import requests class MyDomino(Domino): def...

> The first part of this sentence doesn't really connect to the second. I'm a bit confused as to what you mean. That's fair because I don't have a clear...

Sorry about that, I wasn't being clear here was I. I'll try to re-frame this problem with the lens of what I've observed, and it might just come down to...

Matt's comment here: https://github.com/feast-dev/feast/issues/1611#issuecomment-880872664 touches on this in a way. In this setting, if we infer based on the features its constructed through assuming all entity keys are used, and...

note that this currently doesn't work as intended