Nathan Bigaud Koenigswarter
07/18/2024, 10:06 AMprefect
seems to be the best fit, because it is not invasive, and enables you to take exiting well formatted python code and put into tasks and flow, with handy caching on task output. However, we heavily depend on Sagemaker for our compute, and use Sagemaker studio. So we also considered airflow
, which does not fit our needs so well (they push to avoid data being passed between tasks, no caching), but has extensive integration with Sagemaker.
So: does anyone here have feedback on using prefect
with Sagemaker, and is there any plans to propose more integration in the future ? I want to push prefect
to my leadership and need proof points that we won't run into integration issues two months from nowNate
07/18/2024, 3:25 PMis there any plans to propose more integration in the futurethere are no specific plans around Sagemaker, but if you were interested, you could use `prefect-aws` as a starting place and/or contribute sagemaker specific integrations to
prefect-aws
we'd be happy to help any contribution along! otherwise feature requests are also welcome