<https://orion-docs.prefect.io/> :eyes:
c
🎉 4
🦜 5
❤️ 1
marvin 5
👀 15
j
hold on to your butts
🦜 3
b
Copy code
@flow
def main_flow():
    # do some things
    # then call another flow function
    data = common_flow(config={})
🚀 3
❤️ 1
a
Hmm, so am I missing a "here's why Orion" vs continuing prefect core development?
j
Hey Adam, there's a blog post coming later today that will describe the motivation for Orion. You can find more tactical info in the FAQ.
upvote 2
a
Cool, glad to see the upgrade path is planned. Any major features being (intentionally) dropped in Orion vs core?
j
No, nothing deliberately dropped, but not every feature has been built yet. Orion is meant to capture use cases and feature requests brought by the community over the last two years that Core couldn't address. The use cases it supports will be a superset or what Core can support.
👍 1