From fded8589327ea1d0dca9d3e389efbb383fc98ef7 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 26 Sep 2021 17:15:17 +0100 Subject: [PATCH] moving dataflow notes --- notes/{ => documentation}/dataflow.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename notes/{ => documentation}/dataflow.md (69%) diff --git a/notes/dataflow.md b/notes/documentation/dataflow.md similarity index 69% rename from notes/dataflow.md rename to notes/documentation/dataflow.md index 54f16df..d0a82ea 100644 --- a/notes/dataflow.md +++ b/notes/documentation/dataflow.md @@ -11,7 +11,14 @@ Run the pipeline: python -m analyse_properties.main \ --region europe-west2 \ --input gs://street-group-technical-test-dmot/input/pp-monthly-update-new-version.csv \ - --output gs://street-group-technical-test-dmot/input/pp-monthly-update-new-version \ + --output gs://street-group-technical-test-dmot/output/pp-monthly-update-new-version \ --runner DataflowRunner \ --project street-group \ --temp_location gs://street-group-technical-test-dmot/tmp + + +## Errors + +Unsubscriptable error on window: + +