GoogleCloudPlatform / DataflowJavaSDK

Google Cloud Dataflow provides a simple, powerful model for building both batch and streaming parallel data processing pipelines.
http://cloud.google.com/dataflow
855 stars 323 forks source link

DatastoreV1beta2 #457

Closed Pega88 closed 8 years ago

Pega88 commented 8 years ago

Hi, Your setup is made to use

v1beta2-rev1-4.0.0 However this gets deprecated today. Could you update to a supported version? Your release notes state that dataflow sdk v1.7.0 should include this,however your pom.xml on master branch still uses the v1beta2. Thanks!
lukecwik commented 8 years ago

We will depend on this library to allow peoples code to compile and will not break backwards compatibility for them. They may still use the data types as an intermediate representation in their pipeline. There is no expectation that this will work against the Datastore service as support for this version is being turned down.

This has already been removed from Apache Beam for the next major version release.

dhalperi commented 8 years ago

Specifically, there is now a version of Datastore that uses the V1 API; all customers should use that instead. DatastoreIO.v1()