https://prefect.io logo
Title
m

Mohamed Ayoub Chettouh

08/18/2022, 4:41 PM
Question: I want to have a number that increases every time I run a deployment and access it for logging to know which files correspond to which deployment run. How to go about it? Using remote storage (GCS) I tried using a pickle but it appears that it doesn't save on the bucket. Maybe use another bucket or manually pull and push the object to the bucket. Figured there should be an easier way with Blocks.
1
a

Anna Geller

08/18/2022, 4:51 PM
perhaps you can leverage Blocks such as String or JSON block for that?