Add README to packages/dataflow/common

Bug:615218
Change-Id: I1c6fd0e30d778833c71d150a7496266dbfb9e440
Reviewed-on: https://chromium-review.googlesource.com/646084
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Katie Thomas <katthomas@google.com>

Cr-Mirrored-From: https://chromium.googlesource.com/infra/infra
Cr-Mirrored-Commit: 37258e4d24f0b495e75d9e3b1a78787686bf2b60
2 files changed
tree: a2f84f7e1a1b80e07ca12688771bf79f047f823b
  1. common/
  2. test/
  3. .coveragerc
  4. __init__.py
  5. cq_attempts.py
  6. README.md
  7. setup.py
README.md

Workflow Testing

To test that your pipeline will run remotely:

python <path-to-dataflow-job> --job_name <pick-a-job-name> \
--project chrome-infra-events --runner DataflowRunner --setup_file \
<infra-checkout-path>/packages/dataflow/setup.py \
--staging_location gs://dataflow-chrome-infra-events/staging --temp_location \
gs://dataflow-chrome-infra-events/temp --save_main_session

Job names should match the regular expression [a-z]([-a-z0-9]{0,38}[a-z0-9]). Navigate to the Dataflow console in your browser (project: chrome-infra-events) and you should see your job running. Wait until it succeeds.