Hi all, The DirectRunner does not seem to support RuntimeValueProvider. Is there a suggestion for DirectRunner pipelines to access arguments passed in as pipeline options(but not necessarily passed explicitly by users) at pipeline execution time?
Getting it as pcoll.pipeline.options in the expand(self, pcoll) call is a possiblity, but it seems like that's not ideal. Any other suggestions? Should we simply support RuntimeValueProvider in direct runner? Best -P.