Etienne Tremblay
Etienne Tremblay
Excellent, update this feature request when you do!
I think bambi would need to support theano shared variables to be able to replace the data used when using pm.sample_ppc. I think it would be interesting to have a...
This project look so great, it would be really nice to have it working on windows too!
Makes total sense. I have a similar problem where I deploy to an older production server having a xeon processor. My local computer is more modern and used polars without...
I got a new problem related to this. As soon as you include a package that lists polars as one of it's dependencies in your own dependencies, this is going...
Tested in 1.6.14 again and it happens periodically. Now we are at 1.7.1 in production and it still happens periodically. This happens only for this asset. Never happened to any...
> Happens for me with multiple assets. > > ``` > AssetKey(s) [...] were selected, but no AssetsDefinition objects supply these keys > ``` > > **re-executing the same Run...
This bug is getting urgent, it is making our dagster instance completely useless.
I can't really share the code inside the asset unfortunately, but I can share the code for the asset definition. But it doesn't have anything special compared to other assets...
Yes, here you go: ``` dagster._core.errors.DagsterInvalidSubsetError: AssetKey(s) ['price_daily'] were selected, but no AssetsDefinition objects supply these keys. Make sure all keys are spelled correctly, and all AssetsDefinitions are correctly added...