Hello,
Is there a way to make an optional resource key for an op? Essentially I have a test entrypoint for dagster which runs on local files, but the norm is for dagster to run using databases, etc. So, I want multiple ops to run if there is a value at a certain resource, but it should be possible for that value to be None.