Conversation
hsheth2
left a comment
There was a problem hiding this comment.
Broadly looks good. We'd accept a contribution around this, provided it is well-tested and well-documented
I responded to the open questions as inline comments
|
|
||
| ## Unresolved questions | ||
|
|
||
| - It would be better to create this module as a standalone, focusing solely on SSAS, or should it be integrated into the existing Mssql module? |
There was a problem hiding this comment.
It probably makes sense for this to be a separate ingestion source, standalone from the existing mssql module.
| ## Unresolved questions | ||
|
|
||
| - It would be better to create this module as a standalone, focusing solely on SSAS, or should it be integrated into the existing Mssql module? | ||
| - Is it relevant to add SSAS entities (catalog, cube, dimension, measure) to the DataHub? |
There was a problem hiding this comment.
The mapping you described above (catalog -> container, etc) should be fine. For dimensions and measures, we can model those as schema fields with tags of "Dimension" or "Measure". We already do something similar for Looker.
Eventually we want to add dimensions/measures as more first class things within datahub, and can migrate accordingly when the time comes.
|
|
||
| ## Future Work | ||
|
|
||
| Establish a complete data lineage from the data source to the analytical models. |
There was a problem hiding this comment.
Given how important data lineage is to the discovery process, I wonder if this should be in scope for the initial version instead of left as future work.
|
|
||
| - It would be better to create this module as a standalone, focusing solely on SSAS, or should it be integrated into the existing Mssql module? | ||
| - Is it relevant to add SSAS entities (catalog, cube, dimension, measure) to the DataHub? | ||
| - Does the proposed communication method with SSAS align with the project's needs? |
There was a problem hiding this comment.
Yes - the ingestion source can connect to SSAS and push metadata into datahub.
| - It would be better to create this module as a standalone, focusing solely on SSAS, or should it be integrated into the existing Mssql module? | ||
| - Is it relevant to add SSAS entities (catalog, cube, dimension, measure) to the DataHub? | ||
| - Does the proposed communication method with SSAS align with the project's needs? | ||
| - Does the proposed entity mapping approach for SSAS entities suit the project's requirements? No newline at end of file |
|
@hsheth2 Thank you very much |
No description provided.