Skip to content

Instantly share code, notes, and snippets.

@brunoripa
Created January 30, 2018 15:15
Show Gist options
  • Save brunoripa/09ffc232c0427092667031e373ecc7fb to your computer and use it in GitHub Desktop.
Save brunoripa/09ffc232c0427092667031e373ecc7fb to your computer and use it in GitHub Desktop.
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