Philip MacMenamin
08/03/2021, 4:51 PMPhilip MacMenamin
08/03/2021, 4:52 PMZanie
Kevin Kho
Philip MacMenamin
08/03/2021, 4:55 PMKevin Kho
Philip MacMenamin
08/03/2021, 4:56 PMPhilip MacMenamin
08/03/2021, 4:56 PMPhilip MacMenamin
08/03/2021, 4:58 PMKevin Kho
flow.serialized_hash
so if you add code to the task, it doesn’t affect the serialized hash because Prefect only stores the metadata , and not the actual code. You can force registration though with:
prefect register --force ...
Philip MacMenamin
08/03/2021, 5:06 PM--force
did the trick -thanks!