Haytham Abuelfutuh

Results 45 comments of Haytham Abuelfutuh

However unlikely it's, I'm just going to ask anyway... Any update on this?

I don't think the problem with the example above is the graph... it's in the execution path... If you look at the generated DAG, it has an upstream dependency between...

Hi @anmyachev. This is Haytham from the Flyte project. @legalosLOTR is right, Flyte relies on gRPC which requires SSL. Can you elaborate more on your desired setup? Are you still...

I agree! we should look into K8s PVs and PVCs through CSIs (e.g. [s3 csi](https://github.com/ctrox/csi-s3)) to offer this regardless of the target container language/SDK.

Hey @katrogan is this something you're planning to merge this milestone?

👍🏽 this is still an issue. docs are not updated and I'm unable to use gRPC with Tunnels...

Thank you for looking into this @joliveirinha, @abelinkinbio! Do you mind updating us here when the new edge release is out and the unofficial support is there for us to...

All fields that show up in cli are also settable through env vars. If it's --connection.endpoint them it'll be FLYTE_CONNECTION_ENDPOINT or something like that... You shouldn't need this PR IMO.

Hey @rambrus, The fix here should be here: https://github.com/flyteorg/flyte/blob/master/flyteplugins/go/tasks/plugins/webapi/databricks/plugin.go#L249 Add a new case for `http.AccessDenied:` and return a failure (just like the `http.Unauthorized` case)... On the same vein, I think...