Jose Nuñez
05/05/2023, 7:51 PMRun Command of every function starts with None. for instance in the picture you can read kedro run --to-nodes=None.clean_mdt why is this? my pipeline executes just fine without any issues after a regular kedro run
.
If I do a kedro run --to-nodes=None.clean_mdt I'll get an error so I manually need to erase the None. before running.
So running this instead works just fine kedro run --to-nodes=clean_mdtJose Nuñez
05/05/2023, 7:55 PMkedro run --to-nodes=None.clean_mdt I'll get this:
but without the None. it executes just fine as: `kedro run --to-nodes=clean_mdt`~datajoely
05/06/2023, 9:02 AMNone is getting strigified somewhere in the Viz codedatajoely
05/06/2023, 9:02 AMdatajoely
05/06/2023, 9:02 AMJose Nuñez
05/08/2023, 12:36 PMJose Nuñez
05/08/2023, 12:41 PM