Created
January 30, 2018 15:15
-
-
Save brunoripa/09ffc232c0427092667031e373ecc7fb 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
to_be_joined = ( | |
{ | |
'timings': timings, | |
'users': users | |
} | | |
apache_beam.CoGroupByKey() | | |
apache_beam.ParDo(WriteToCSV()) | | |
WriteToText(output_filename) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment