Tyler Eason
Tyler Eason
I won't be able to do it right away because of other obligations, but I'll see what I can do in a few weeks!
I'm getting the same message but different symptoms on a similar setup. CeleryKubernetesExecutor, RabbitMQ, and MySQL backend. For me, the task gets marked failed with no logs. A sensor in...
@smackesey > One possibility being discussed is to offer on-demand computation of per-partition status, where from either the asset node or the asset detail page, you can click a button...
@cmpadden I see that `executable_in_same_run()` has the following lines ```python3 # partitions definitions must match if child_node.partitions_def != parent_node.partitions_def: return False # unpartitioned assets can always execute together if child_node.partitions_def...
@Awwiiiii both `assetB` and `target` are using `DynamicPartitionsDefinition()`. In my current cases, I'm just dealing with a single partition within this definition.
I was trying to avoid round tripping the data because all of our LakeFS python operations occur on k8s pods, which require volume provisioning ahead of time. I know I...
Other than the full object download/upload, the only other method I've theorized is doing a "purge" commit (where I delete all objects in a folder) before every merge, so that...