boarder7395
boarder7395
I've run into this issue as well. Using partitionBy with all suggested workaround still results in one partition. Is anyone working on this issue?
Another use case for this functionality I do not believe is addressed yet is when using remote execution with kubernetes pants should respect the remote machines environment variables. For example...
@Ark-kun Adding you on this because looks like you built out the experimental feature for data passing with a volume Some Updates from today's work: It looks using volumes to...
@Ark-kun I have implemented a solution using the data_passing_methods as discussed but ran into some issues with artifacts. The MLPipeline UI metadata my component outputs does not show up in...
@Ark-kun Just surfacing this again. I am using the experimental feature for data_passing_methods with a Kubernetes Volume but its current implementation prevents the usage of Artifacts such as UI metadata....
jupyter-web-app throws KeyError: 'matchLabels' when PodDefault does not contain matchLabels selector
@danvaida I'm not sure I follow the issue you're having. Tolerations and nodeselectors should work with poddefaults. I've added a PR that should fix the issue with matchExpressions since I...
@ca-scribner I'm looking at the code in a little more detail and I see what you're saying. I think both our solutions are not optimal though. This logic uses the...
@thesuperzapper Do you have any input on the above
My setup for azure access is as follows: Set environment variables OPENAI_API_KEY OPENAI_API_BASE OPENAI_API_TYPE OPENAI_API_VERSION Then launch langflow. In the UI when you create openai or chatopenai you have to...
I have switched to using the new custom components to do this. Such an amazing feature!