Eduardo Apolinario

Results 268 comments of Eduardo Apolinario

I gave it a try and the image doesn't build locally (`docker build .` from the root of the repo). The failures: ``` ... 21.62 client: 21.62 assets by status...

Will wait for fix to gh checks in https://github.com/flyteorg/flyteplugins/pull/266/.

Moved to https://github.com/flyteorg/flyte/pull/4120

Moved to https://github.com/flyteorg/flyte/pull/4121

This change is causing a general slowdown in flytesnacks CI checks in master, e.g.: https://github.com/flyteorg/flytesnacks/actions/runs/8978906994/job/24696216089

This is related to an old discussion: https://github.com/flyteorg/flyte/discussions/3838. We also talked about this and the naive solution to add another file (e.g. `warnings.pb`) to describe these special warnings can lead...

I was able to repro this with this example: ``` from flytekit import dynamic, task, workflow @task def some_task(val: str): print(val) @dynamic def dyn_1(): # set up task promises for...

@hamersaw , from the above investigation we can rule flytekit weirdness out. Can you take a look when you have some time? I could also take a look if you...

This pruning of node ids only applies to dynamics, right? In this example we only see the long node ids being shortened in the case of dynamics: ``` from flytekit...