Hello, I am running through the Docker Prefect example (https://docs.prefect.io/guide/examples/imperative_docker.html) and it says that it is using the Imperative API to build out the example. Is there a reason why the Functional API couldn't be used for this purpose?
c
Chris White
07/09/2019, 4:37 PM
nope, no reason at all; we just used the imperative API for a more diverse set of examples
s
Sherman
07/09/2019, 6:13 PM
thanks!
👍 1
Sherman
07/09/2019, 8:43 PM
Something that would be helpful would be to see a similar task written with both APIs. Being new to Prefect, it would help me understand the differences.