Skip to content

Instantly share code, notes, and snippets.

@jonaslsl
Created January 17, 2024 18:01
Show Gist options
  • Save jonaslsl/eb85738a7e4a131a56f6d0688a8d5eaf to your computer and use it in GitHub Desktop.
Save jonaslsl/eb85738a7e4a131a56f6d0688a8d5eaf to your computer and use it in GitHub Desktop.
class Example1(AbstractClassBasedFlow):
...
class Example2(AbstractClassBasedFlow):
...
flow1 = Example1.to_prefect_flow()
flow2 = Example2.to_prefect_flow()
result1 = flow1()
result2 = flow2()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment