https://prefect.io logo
r

raaid

01/28/2021, 9:39 PM
Hello! I am creating a proof of concept for my team using Prefect. I am not sure how to implement something, hope this is the right place to ask. I am stringing together 3 tasks in a flow. I want them to run one after the other, but none of them output anything (they interact with external services). Can I do this using the functional API, or do I have to use the Imperative API since there is no data dependency that I pass along?
j

Jeremiah

01/28/2021, 9:40 PM
Hi @raaid, this is a great time to switch to the imperative API for just this call (you can mix and match the two APIs, they are more like “styles” than anything else)
r

raaid

01/28/2021, 9:41 PM
Ah didn’t realize it was safe to mix and match! That sounds great, thank you for the quick response 🙂
j

Jeremiah

01/28/2021, 9:41 PM
👌 anytime