freezing-smartphone-61042
03/05/2024, 9:54 PMflytectl get projects
. I get the error described in this comment, which states that it is due to flytectl
not understanding the proxyCommand
. Is there now a workaround for this error? I've looked but haven't been able to find one. I'm using flytectl 0.8.14
average-finland-92144
03/06/2024, 3:48 PMcool-lifeguard-49380
03/06/2024, 3:58 PMaverage-finland-92144
03/06/2024, 4:24 PMfreezing-smartphone-61042
03/06/2024, 4:32 PM~/.flyte/config.yaml
, which I believe I can do using pyflyte (e.g. pyflyte get launchplan
)cool-lifeguard-49380
03/06/2024, 4:32 PMfrom flytekit.remote import FlyteRemote
from flytekit.configuration import Config
remote = FlyteRemote(
config=Config.auto(),
default_project="flytesnacks",
default_domain="development",
)
print(remote.recent_executions()[:10])
cool-lifeguard-49380
03/06/2024, 4:33 PMcool-lifeguard-49380
03/06/2024, 4:33 PMcool-lifeguard-49380
03/06/2024, 4:33 PMfreezing-smartphone-61042
03/06/2024, 4:35 PM[]
, which I wasn't sure how to interpret, so I wanted some additional confirmationcool-lifeguard-49380
03/06/2024, 4:35 PMfreezing-smartphone-61042
03/06/2024, 5:16 PMgifted-raincoat-59712
06/03/2024, 1:33 PMflytectl
with proxyCommand
in the config:
bin/flytectl get projects
Error:
1 error(s) decoding:
* '' has invalid keys: proxycommand
ERRO[0000]
1 error(s) decoding:
* '' has invalid keys: proxycommand src="main.go:13"
version:
bin/flytectl version ⏎
A new release of flytectl is available: 0.8.18 → v0.8.22
To upgrade, run: flytectl upgrade
<https://github.com/flyteorg/flytectl/releases/tag/v0.8.22>
{
"App": "flytectl",
"Build": "0a0cbce",
"Version": "0.8.18",
"BuildTime": "2024-06-03 09:33:35.24546 -0400 EDT m=+0.046941834"
}%