Skip to content

Conversation

@Alex-Real-USF
Copy link

This PR introduces two key enhancements:

Support for Lakehouses with Overlapping Column Names and Enables semantic model generation for Lakehouses that contain tables with identical column names.

Fix for Columns Misidentified as Measures in Microsoft Fabric.
Adds explicit column attributes to prevent Fabric from incorrectly interpreting certain columns as measures.

@Alex-Real-USF Alex-Real-USF marked this pull request as ready for review October 20, 2025 20:07
lakeCName = r["Column Name"]
dType = r["Data Type"]
dt = _convert_data_type(dType)
summarize_by = "Sum" if dt in ["Int64", "Double", "Decimal"] else "None"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else for all these should be None, not "None"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants