Created
January 30, 2018 13:20
-
-
Save brunoripa/e693c531d7a29bf4bfb6e7cb18795a68 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with apache_beam.Pipeline(options=options) as p: | |
rows = ( | |
p | | |
ReadFromText(input_filename) | | |
apache_beam.ParDo(Split()) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment