Code Monkey home page Code Monkey logo

Comments (6)

dhalperi avatar dhalperi commented on May 18, 2024

Can you say more about what you specifically want to do? You want to query all entities in any namespace?

from dataflowjavasdk.

chandra-vs avatar chandra-vs commented on May 18, 2024

I want to process the Entities from all the namespace. For example., I have an Employee entity and i would like to add a new field to the entity and value as a String for all namespaces.

from dataflowjavasdk.

dhalperi avatar dhalperi commented on May 18, 2024

I don't think that this is supported by the Datastore API – you cannot read from multiple namespaces at the same time. Since the main purpose of Datastore namespaces is for isolation, they discourage and disallow using multiple namespaces in the same job.

(However, I'm reaching out to them to confirm.)

from dataflowjavasdk.

dhalperi avatar dhalperi commented on May 18, 2024

Datastore team has confirmed, modifying entities in multiple namespaces is strongly discouraged.

However, it should be easy to programmatically generate multiple Dataflow pipelines, each of which affects only one namespace.

Please re-open if we can provide more assistance.

Thanks!

from dataflowjavasdk.

rajesh99 avatar rajesh99 commented on May 18, 2024

Request to give an example on multiple dataflow pipelines.
It will be great if you can extend the WordCount datastore example to generate multiple dataflow piplelines, so that datastore entities in mulitple namespaces can be processed.

from dataflowjavasdk.

chandra-vs avatar chandra-vs commented on May 18, 2024

I would like to reopen. I have more than 5000 namespaces. Not sure, how to do the multiple pipelines.
Any example will be appreciated.

from dataflowjavasdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.