Henning Holgersen
08/28/2021, 1:34 PMZanie
08/28/2021, 3:20 PMprefect auth login
CLI is way easier than editing the config manually. What led you to that route?
• This discussion on flow deployment patterns may be helpful for your CI/CD questions https://github.com/PrefectHQ/prefect/discussions/4042 -- we are still learning what the best pattern is and once we have a stronger opinion it will make it into the docs
• I would not register flows in the flow script itself. Previously, that was the easiest way to do it, but now the CLI prefect register
/ prefect run
is more fleshed out and easier to use
• Prefect Cloud cannot run jobs on your infrastructure. This is an important part of the hybrid model which creates the necessity for an agent. They're super lightweight so they're generally not hard to leave running. You can also run flows that report to the UI without an agent but then you'll need to manage scheduling yourself. We're exploring ways to reduce this burden in the future.Henning Holgersen
08/28/2021, 4:41 PMZanie
08/28/2021, 4:44 PMHenning Holgersen
08/29/2021, 3:39 PM