Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Originally reported on Stack Overflow:
https://stackoverflow.com/questions/46360584/apache-beam-template-runtime-context-error
—
In the `PubsubUnboundedSource#expand` method we create the PubsubSource:
Creating the PubsubSource calls `getSubscription` which attempts to get the value out of a value provider.
To support templatization, the PubsubSource needs to take the ValueProvider, and only get the subscription out at pipeline execution time.
Attachments
Issue Links
- links to