Casper Weiss Bang
Casper Weiss Bang
Same folder. it's a mono repo of mulitple projects.
This seems like a duplicate of https://github.com/dagster-io/dagster/issues/14112 - and it worries me that no investigation seems to be in progress.
This is still an open issue, as far as can tell. We currently don't have any great solution, and it is a huge impediment, essentially making Newtonsoft unusable for my...
Would love for this to be prioritized, or a temporary fix proposed. It sorta results in bugs/annoyance with duplicate runs and wasted resources.
I want to reopne this, as all our assets in question are partitioned. ```python if context.partitions_def is not None: raise DagsterInvariantViolationError( "SkipOnRunInProgressRule is currently only support for non-partitioned assets." )...
Just to add; our eager auto materialization started the same partition a lot of times, as we have a partitioned asset that relies on a non-partitioned asset, that updates rather...
 Just a clear example. The last N materializations are on the same partition, because our queue is full, and therefore the partition isn't updated before the next tick, where...
I was thinking whether one could simply remove the raise in the code? wouldn't that basically just mean that one cannot auto materialize ANY partition while ANY partition is in...
Yes. If i have a file, right after starting VSCode the existing tests are shown; if I add a new test, the new one is not as per the following...
Sorry - yes - django3.0 - i'll edit the title Maybe you could also utilize the new enum types that django officially support now. https://docs.djangoproject.com/en/3.0/ref/models/fields/#field-choices-enum-types I'd probably create a "final"...