I see examples here https://cloud.google.com/dataflow/model/pubsub-io#reading-with-pubsubio for Java, but when I look here https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/pubsub.py its says:
def reader(self):
raise NotImplementedError(
'PubSubSource is not supported in local execution.')
What does that mean? Cloud Data Flow Python SDK PubSub Source/Sink is not quite ready?