formatme ━━━━━━━━ Date: November 11, 2022 [code] from kedro.pipeline import node node( input="raw", output="int", func=my_func, tags=["one"], )