Lucia Gonzalez
12/12/2023, 1:56 PMLucia Gonzalez
12/12/2023, 2:02 PMJuan Luis
12/12/2023, 2:03 PMtable1 is a dependency of the node that writes on table2. to do this in Kedro I think you'd need to specify it as an input of the node that writes in table2 , even if technically you're not using it (kind of like a dummy input)Lucia Gonzalez
12/12/2023, 2:10 PM