Sven Teresniak
07/21/2020, 8:22 AMstored_as_script
and path
keyword arguments removed? in every storage class? (Local
in my case)josh
07/21/2020, 11:36 AMSven Teresniak
07/21/2020, 11:51 AMi-key
bug (which is solved by this PR) is blocking me a bit. 🙂josh
07/21/2020, 11:52 AMSven Teresniak
07/21/2020, 11:52 AMjosh
07/21/2020, 11:53 AMSven Teresniak
07/21/2020, 11:53 AMpath
is not absolutely clear. WHEN do I want to use path
and what if I specify both, directory
and path
?josh
07/21/2020, 11:54 AMpath
is saying “Hey my flow script lives here (it is a direct path) or will live here” and directory
is still used in the pickle-based storage to say “Store my flow pickles in this directory”Sven Teresniak
07/21/2020, 11:58 AMregister()
a flow, why do I need the path to the flow?prefect register …
. Both will pickle the script in put it under directory
. Why path?josh
07/21/2020, 12:02 PMdirectory
will only be used (and pickle storage) if you have stored_as_script=False
(which is the default)Sven Teresniak
07/21/2020, 12:08 PMjosh
07/21/2020, 12:09 PMSven Teresniak
07/21/2020, 12:10 PMjosh
07/21/2020, 9:00 PM0.12.5
has been releasedSven Teresniak
07/22/2020, 5:12 AM