Hi David, I'm trying to do this as well, but I haven't found the perfect solution yet. Currently our Prefect flows just execute command line commands to run Kedro pipelines, but this is not the best route for debugging. A better solution would be to just call the Kedro runner within a flow. Example on how to use this runner (without Prefect, but probably easy to integrate):
https://dev.to/waylonwalker/using-kedro-in-scripts-6l2 . It still feels a bit patchy though.
So, if you have any better ideas for this, then I would love to hear!
Another of my concerns the combination of Prefect and Kedro is that in the future package conflicts could arise, because there is quite some overlap between these two.