Eduardo Apolinario
Eduardo Apolinario
@Sennuno , can you describe which conflicts you're seeing? Also, can you add a few more details like which python which python version and platform?
I left a [comment](https://github.com/flyteorg/flyte/issues/5597#issuecomment-2468968519) in the original issue. Let's follow up there before deciding if this PR is still applicable.
@shuyingliang , what do you need to get closure on this?
Cleaning stale PRs. Please reopen if you wan to discuss this further.
@fiedlerNr9 , can we confirm which version of flyte (backend) you're running this on?
@pingsutw, can you take a look when you have a moment?
@MortalHappiness , can you merge master to get rid of the dbt failures? In order to fix the CI failures for kf-mpi and kf-tensorflow you'll need to add a line...
This is using the old pattern. We should switch log links to use `Templates` everywhere.
Good catch. First a bit of context. In the [original](https://github.com/flyteorg/flytekit/pull/2792) flytekit PR we encountered a problem with supporting enums in pydantic models, so we decided to [use](https://github.com/flyteorg/flytekit/blob/af199b5ca1e45a09d3894b3145c60efcc3f9fde4/flytekit/extras/pydantic_transformer/transformer.py#L76-L78) pydantic's `model_dump_json` to...
@rifle555 , the error message is saying that your local invocation of `pyflyte run` cannot reach the Flyte cluster. Are you running single-binary on a single node? What config file...