Question: I want to have a number that increases e...
# prefect-community
m
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
perhaps you can leverage Blocks such as String or JSON block for that?