Transform JSON to CSV from Google bucket using a Dataflow Python pipeline

In this article, we will try to transform a JSON file into a CSV file using dataflow and python
First, we’ll need a service account, give it the “Dataflow Worker” role and don’t forget to export it as a JSON at the end so we can use it later.