We are using dataflow api with protobuf and google api's like datastore, ads, bigquery and lot more other apis. Now we got an email to update the datastore-api to v1 (currrently using protobuf 2.6.1 and other v1beta2: datastore).
I see lot of different versions of datastore and I'm not sure what exact version to use ?
I just picked one and updated all the places which gave me compilation errors and when I try to run it in GCE I hit #1239 .
Is there a migration guide for datastore ? I'm curious even if I migrate datastore would all these work with a new protobuf version suggested in #1239 . If we have other apis working together in dataflow pipeline what is the best way to do this migration ?
We are using dataflow api with protobuf and google api's like datastore, ads, bigquery and lot more other apis. Now we got an email to update the datastore-api to v1 (currrently using protobuf 2.6.1 and other v1beta2: datastore).
I see lot of different versions of datastore and I'm not sure what exact version to use ?
I just picked one and updated all the places which gave me compilation errors and when I try to run it in GCE I hit #1239 .
Is there a migration guide for datastore ? I'm curious even if I migrate datastore would all these work with a new protobuf version suggested in #1239 . If we have other apis working together in dataflow pipeline what is the best way to do this migration ?