beam_utils
beam_utils copied to clipboard
ImportError with current Apache Beam version (2.x)
Thank you for providing the package.
The following import is failing:
from apache_beam.io import fileio
You are only using fileio for the CompressionType.
The correct import would be:
from apache_beam.io.filesystem import CompressionTypes
(are you still actively developing this package? I'd be happy to add more struff from my local beam_utils if you do)
ping @pabloem?