swift-animal-75798
12/15/2021, 9:54 AMgorgeous-glass-72642
03/14/2022, 9:53 PMboundless-pizza-95864
04/21/2022, 3:27 PMhigh-park-82026
boundless-pizza-95864
04/29/2022, 10:42 PMio.grpc.StatusRuntimeException: UNAUTHENTICATED: token parse error [JWT_VERIFICATION_FAILED] Could not retrieve id token from metadata, caused by: rpc error: code = Unauthenticated desc = Request unauthenticated with IDToken
There's an --auth-mode
parameter in jflyte but I have no idea what to set here.
Application default credentials are set via gcloud auth application-default login
Jar staging/upload works fine but flyteadmin auth then fails.boundless-pizza-95864
07/27/2022, 5:05 PMaverage-finland-92144
07/11/2024, 4:06 PMaverage-finland-92144
07/11/2024, 4:07 PMbrief-window-55364
07/11/2024, 4:08 PMbumpy-match-83743
07/11/2024, 4:10 PMbumpy-match-83743
07/11/2024, 4:12 PMjflyte
to register.bumpy-match-83743
07/17/2024, 1:43 PMFlyteAdminClient
into a Scala project, but it doesn't seem to live in the import org.flyte.jflyte.FlyteAdminClient
as per the examples. I'm likely missing a dependency somewhere?bumpy-match-83743
07/18/2024, 2:29 PMflytkit-java
SDK as it really doesn't provide much in terms of the FlyteAdmin service. I am wondering if there is a way to co-mingle the Scala type/binding support of the SDK with my gRPC interface. I'd have to provide some kind of shim there. Thoughts?freezing-airport-6809
bumpy-match-83743
07/23/2024, 1:31 PMbumpy-match-83743
07/24/2024, 11:19 PMorg.flyte.flytekitscala
SDK and register via jflyte
tooling. That works well enough, be we know there are significant gaps when it comes to Flyte Admin tooling on the JVM. To mitigate, I took the protos from the Flight IDL, generated an API, and have the full scope of the Flyte service, specifically the admin service. I am now able to launch workflows via code, get execution status, etc. The next piece of the puzzle is to come up with a strategy to bind task/workflow inputs/outputs, so that I can dynamically:
1. Launch workflow executions with dynamic inputs, and,
2. Retrieve type-safe workflow execution output values.
I've put together . While the example shows primitives, our use case is likely going to rely on JSON payloads throughout (for now), so that may significantly simplify the strategy here. It'd be great if I could get some thoughts, maybe from the Spotify folks who built the SDK, or anyone else who is trying to adopt the platform from the JVM.bumpy-match-83743
07/27/2024, 2:58 PMflytekit-java
?bumpy-match-83743
08/01/2024, 9:59 PMbumpy-match-83743
08/14/2024, 2:59 PMbumpy-match-83743
08/15/2024, 8:32 PMflytekit-java
include the FlyteFile abstraction?dazzling-spring-85404
10/14/2024, 8:33 AM