Template for a Dataflow Flex Template in Python
This repository contains a template for a Dataflow Flex Template written in Python that can easily be used to build Dataflow jobs to run in STOIX using Dataflow runner. The code is based on the same example data as Google Cloud Python Quickstart, “King Lear” which is a tragedy written by William Shakespeare. The Dataflow job reads the file content, count occurencies of each word and inserts it to a BigQuery table. We also add the schedule date to the […]
Read more