Once I commit #1342294: add a module to create entity types and entities from tables, then the data_node and data_taxonomy are pretty much obsolete, as relating a data table record to either a node or a taxonomy term can be done by adding either term reference or entity reference fields.
The matter of whether there is any extra functionality we need to take care of ourselves is best answered by users of the D6 version of module (ie, not me).
Then there's the matter of the upgrade path. I'd assumed that data module was mostly used as a 'temporary' module to bring data into Drupal from custom tables which can then be discarded, but from comments in the issue queue that does not seem to be the only use case.
Comments
Comment #1
joachim commentedWow, it's been 2 years!
There's not been any feedback on this issue, or any patches to get the Data Node and Data Taxonomy modules ported to D7.
In fact, this commit 2 years ago rendered those submodules completely unusable on D7 and nobody has complained:
Hence I'm going to shortly remove these two modules from the D7 branch.
Comment #2
joachim commentedCommit 37e03a0abeff8410446e9f7d093fca33cb011ab1, should anyone ever want to find the latest version of the code for these and do anything with them.