You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:52:45 UTC

[GitHub] [beam] kennknowles opened a new issue, #19391: Fetch GCP-Datastore entity by id inside of a Dataflow transform

kennknowles opened a new issue, #19391:
URL: https://github.com/apache/beam/issues/19391

   I have a dataflow pipeline where first I queried one model, but then for each record that pointed to another model I wanted to be able to fetch that too.
   
   Browsing the `apache_beam & google.cloud.proto.datastore.v1 `source I was able to make this happen:
   
   [https://stackoverflow.com/a/55616668/4458510](https://stackoverflow.com/a/55616668/4458510)
   
   I copied the same mechanism from the other Datastore DoFn's and it seems to work fine, and I think something like this would be a good addition to apache_beam.io.gcp.datastore.v1.datastoreio in the sdk
   
    
   
   Imported from Jira [BEAM-7048](https://issues.apache.org/jira/browse/BEAM-7048). Original Jira may contain additional context.
   Reported by: alexindaco.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org