How would you see Open Metadata handling situations where there's a master arbitrary location from which we want to be referencing data, that would ideally be able to override data coming from upstream but also still retain the control for local override disabling.
Also would be worth considering different ways of referencing, like continuous, timed (for example once a day) or manual.
And an offtopic thingy:
When starting playing with OM, after setting up the location I wanted to create some metadata for it. My initial intuition how it would work was as follows:
myLoc= om.Location(path)
myLoc.add_attr("myAttrName",myvalue)
Currently we have to refer to the whole package either to get the write method or to create datasets and then dump them to a specific location. Just in my opinion a set of convenience methods for data manipulation on a given Location object would be a nice addition and would give it a bit more of a OO feel to it ;)
Let me know what you think, thanks! ;)
--
You received this message because you are subscribed to the Google Groups "Open Metadata" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-metadat...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.