/pydf

Python package for Dataflow at GCP

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

pydf

Python package for Dataflow at GCP

Developer's Guide

IDE

VSCode with Code Spell Checker + autoDocstring + Python + Pylance

Setup Environment

make init
source venv/bin/activate

If you want to clean up your environment,

make clean

Please always run these before you commit your code:

make format
make lint

Run tests:

make test

User's Guide

To-Do.