It looks like Kubeflow has deprecated all of their TFX components. I currently have some custom Kubeflow components that help launch some of my data pipelines and I was hoping I could use some TFX components in the same kubeflow pipeline. Is there a recommended approach to mix Kubeflow and Tfx components together?
I saw an older PR from Kubeflow deprecating their TFX components: https://github.com/kubeflow/pipelines/issues/3853
It states:
These components were created to allow the users to use TFX components in their KFP pipelines, to be able to mix KFP and TFX components. If your pipeline uses only TFX components, please use the official TFX SDK.
But I actually do need to mix KFP and TFX components, is there a way to do this?