I just started with the initial guide from apache beam documentation, looks like this particular pipeline import is no more available.
from apache_beam.options.pipeline_options import PipelineOptions
Reference: https://beam.apache.org/documentation/programming-guide/#pipeline
Error:
ImportError Traceback (most recent call last) in () ----> 1 from apache_beam.options.pipeline_options import PipelineOptions
**
ImportError: No module named options.pipeline_options
**
Any active apache beam python users ? Who knows what the actual import path is ?