Nate
03/08/2023, 9:04 PMFlows
tab of your Prefect Cloud UI, you should notice a new button Add from Collections
.
When you click it, you'll see a variety of different flows that we've defined in our collections ecosystem. For each flow, you'll see an example of how that flow can be used and a link to its docs.
Each example is taken directly from the docstring of that flow, so for example if you click on run-dbt-cloud-job
, you'll find a nice markdown render of this docstring.
The nice thing about this is that if you've developed a nice way of a using a flow from a given collection, you can open a PR to that collection to add your example to the flow's docstring - and after we review and merge your PR, it will appear here in the UI!
đŖī¸ If you have any feedback, questions, or if you want to learn more about how you can include a flow of yours here... reach out in #prefect-integrations or #prefect-contributors and we'll help you along
:marvin: Happy Engineering!