Hi, is there anyway to give `result_storage` name ...
# ask-community
f
Hi, is there anyway to give
result_storage
name of the flow during its runtime via variables? I don't want to hardcode a storage config in my flow code. Tried using an environment variable + deployment env overriding but apparently it's not working.
So I found out why my flow was crashing, apparently I needed to add my custom block to the runner using the extra entry points environment variable, though I don't get why this is necessary when I have installed my infrastructure as a package in the environment that is running my worker. Can somebody elaborate on this? While I've enjoyed reading prefects documentation so far, I think it's severely lacking compared to what the actual software is doing, I'm finding myself going deep into source code again and again finding what exactly is happening. Extra entry points weren't really documented that well.