Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Severe
-
Resolution: Fixed
-
Affects Version/s: 3.2.1 GA (3.7.0 GA Suite Release)
-
Fix Version/s: 4.0.0 (TBD GA Suite Release)
-
Component/s: None
-
Labels:None
Description
Pentaho Metadata and Pentaho Data Integration allow the user to specify whether objects in the database are quoted. Allowing this option in Mondrian will make it easier for folks using Agile BI.
Issue Links
- is related to
-
PDI-8912
As an Administrator and Pentaho, I want to install (copy) the Operations Mart with only one and the same Mondrian schema independent of the database
-
To implement this, we will probably need to add a MondrianMetaData (new interface) as a parameter to the constructor of a Dialect object. Then we can add metadata to the connection that is about the preferences of the user, not about the capabilities of the database. Then Mondrian is run inside the platform, the MondrianMetaData object will be implemented under the covers by Kettle's database metadata object.