You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix join export SQL format and rank measure self-reference
Export join SQL using ${CUBE}.col syntax (not ${model_name}.col) so the
importer's FK extraction regex can re-parse it on roundtrip. Remove
self-referential SQL fallback for rank measures: store rank metadata
only without fabricating a derived type that points to a nonexistent
column.
0 commit comments