I am wondering how people are registering workflows to a remote cluster. Is the expectation that ci/cd would run the flyte cli to register workflows? I would need to use git based deployments of workflows to meet compliance requirements. I would want developers to still be able to execute stuff remotely for testing though.
hallowed-dog-74273
01/16/2024, 11:03 PM
I am looking at using flyte in a multi tenant-environment, but I have more strict requirements on auditing for compliance. But it seems like, I could just have github actions run
pyflyte register workflows
but i am a little bit lost on the promotion of workflows from dev -> prod
t
tall-lock-23197
01/19/2024, 1:07 PM
you can just specify the domain in your pyflyte register command: