- Create Billing account on Google Cloud Platform
- Enable Dataflow API
- Open Datalab
Recommended Datalab settings;
datalab create dftutorial --disk-size-gb 10 --no-create-repository --no-backups
- Install Dataflow Python SDK
pip install google-cloud-dataflow
- Set up default credential. just run the following command.
gcloud auth application-default login