-
Notifications
You must be signed in to change notification settings - Fork 672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Flyte URL lookup not referencing client if config missing #368
Comments
wild-endeavor
added
bug
Something isn't working
untriaged
This issues has not yet been looked at by the Maintainers
labels
Jun 25, 2020
wild-endeavor
removed
the
untriaged
This issues has not yet been looked at by the Maintainers
label
Jun 25, 2020
just FYI @honnix since you've been looking around this code recently. |
Merged
8 tasks
Closing the issue for now - put in a patch that should address this. |
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
Signed-off-by: Yee Hing Tong <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
… table (flyteorg#368) Signed-off-by: Eugene Jahn <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
## [0.50.3](http://github.com/lyft/flyteconsole/compare/v0.50.2...v0.50.3) (2022-04-09) ### Bug Fixes * fixed the css to avoid overflow and add the duration back to the table ([flyteorg#368](http://github.com/lyft/flyteconsole/issues/368)) ([55c63d2](http://github.com/lyft/flyteconsole/commit/55c63d2145b9faafade9132aec6db06cd632eb95)) * return back static assets folder ([flyteorg#366](http://github.com/lyft/flyteconsole/issues/366)) ([067e61d](http://github.com/lyft/flyteconsole/commit/067e61d83c7b6e50378c13fb0616abf4614f1348))
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 21, 2023
* Support gRPC config for agent-service plugin Signed-off-by: Hongxin Liang <[email protected]> * Address comments Signed-off-by: Hongxin Liang <[email protected]> * No deadline if timeout is 0 Signed-off-by: Hongxin Liang <[email protected]> * Per task type grpc endpoint config Signed-off-by: Hongxin Liang <[email protected]> * Rename config items according to comments Signed-off-by: Hongxin Liang <[email protected]> --------- Signed-off-by: Hongxin Liang <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 8, 2023
Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
that referenced
this issue
Sep 13, 2023
Signed-off-by: Daniel Rammer <[email protected]> Signed-off-by: Eduardo Apolinario <[email protected]>
pvditt
pushed a commit
that referenced
this issue
Dec 29, 2023
Signed-off-by: Daniel Rammer <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
This should not happen
Expected behavior
If the user was kind enough to supply the URL in the creation of the client, we should use it to override any config settings, including environment variables.
Flyte component
To Reproduce
Steps to reproduce the behavior:
See above
Screenshots
NA
Environment
Flyte component
Additional context
NA
The text was updated successfully, but these errors were encountered: