GoogleCloudPlatform/DataflowPythonSDK

worker_machine_type flag is not working

dumkar opened this issue · 2 comments

When using the worker_machine_type flag, the VM machine type is always the standard one.
Replacing this by machine_type solved my issue (see Stackoverflow for details).

This is a mistake in the documentation I suppose?

streaming doesn't seem to work either (at least with DirectRunner)

#56

We moved to Apache Beam!

Google Cloud Dataflow for Python is now Apache Beam Python SDK and the code development moved to the Apache Beam repo.

If you want to contribute to the project (please do!) use this Apache Beam contributor's guide. Closing out this issue accordingly.