Sam Eckert
06/26/2023, 3:08 PMflytectl
, there are a few options around archiving/activating launchplans. I have been looking to move our wrapping code around launchplans to use flytekit
, but I'm not seeing corresponding options. As far as I can tell, the LaunchPlan.get_or_create
function just creates the object, but does not activate it. Am I missing something?Kevin Su
06/26/2023, 4:04 PMSlackbot
06/26/2023, 4:04 PMSam Eckert
06/26/2023, 5:17 PMSamhita Alla
Kevin Su
06/27/2023, 5:37 AMSam Eckert
06/27/2023, 5:41 AMKevin Su
06/27/2023, 5:48 AMSamhita Alla
Sam Eckert
06/27/2023, 2:29 PMSamhita Alla
Sam Eckert
06/27/2023, 3:44 PMflytectl get launchplan -p flytesnacks -d development -o yaml --filter.fieldSelector "state=1"
(from https://docs.flyte.org/projects/flytectl/en/latest/gen/flytectl_get_launchplan.html) but with a name parameter, and got multiple launchplans back. It is possible the name param was ignored and I accidentally disabled every launchplan across the project/domain...Samhita Alla
Sam Eckert
06/27/2023, 3:55 PM