Chris White
Chris White
Hi @isaacanthony - you appear to be conflating the Cloud API and the open source API and this is causing some issues. I believe you are registering / attempting to...
For your first flow, I recommend clearing your local user configuration file completely (maybe just make a copy for future reference). Then I recommend running `prefect backend server` to ensure...
In TikTok lingo it's called a "duet" @joshmeek
Hi @anthonyfong100 - this is precisely what `set_flow_group_schedule` is for; is there a reason that route doesn't work for your use case? We don't want to introduce a way of...
The issue you describe sounds like an issue of documentation - we should make sure users understand how Flows and Flow Groups interact, along with the implications for database queries,...
I'm not sure there are any universally sensible defaults for this - the CLI outputs the manifest with the intent that users will edit it for their needs.
Now that customizing a run name when triggering via API is documented and better exposed with the `run_deployment` utility, we're going to consider this issue closed as we were originally...
Yea, I agree that the intercept should *not* be included in the regularization; I believe this is recommended best practice, and also not regularizing the intercept ensures that all regularizers...
Hi @jcozar87 - very nice find; I can explain _why_ this is happening for reference, but I agree this is not desirable for a number of reasons. Heartbeats are spawned...
Yes! We have work to do to make streaming a first-class pattern, but Orion was structured in a way that will allow us to do so. In particular, because the...