Aurélien Vallée
04/14/2021, 11:41 AMbuild=True
?
The doc states:
ifBasically, I'm trying to automate the registration of flow in a CI environment, and I get warnings such as:, the flow's environment is built prior to serialization; defaults toTrue
True
UserWarning: A flow with the same name is already contained in storage; if you changed your Flow since the last build, you might experience unexpected issues and should re-create your storage object.
serialized_flow = flow.serialize(build=build)
Well, basically, since I'm automating the registration of flows, I do not really know which ones are new, which ones are identical, and which ones changed.Kevin Kho
build
https://prefect-community.slack.com/archives/CL09KU1K7/p1618314314486300Aurélien Vallée
04/14/2021, 3:15 PMKevin Kho