I started taking my first steps in Vertex AI on past week. As you can see, that basic code works, however it displays the following warning:
/home/jupyter/.local/lib/python3.7/site-packages/kfp/v2/compiler/compiler.py:1266: FutureWarning: APIs imported from the v1 namespace (e.g. kfp.dsl, kfp.components, etc) will not be supported by the v2 compiler since v2.0.0
category=FutureWarning,
Plus, if I run the same pipeline again, "the warning disappears". What am I missing in my code, which could make that warning disappear at all times (i.e., solve it)?
Thank you.