Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Create single copy of Lakehouse shortcut per specific schema

Ensure that for each source table and target schema (preferably per database), there is at most one Lakehouse shortcut. This prevents duplication of shortcuts pointing to the same source, simplifies data governance, and reduces confusion in downstream processes.

Problem Statement:
Currently, multiple shortcuts can be created for the same source table within the same schema, leading to redundancy and potential inconsistencies in data access and lineage tracking.

 

Proposed Solution:
Implement a validation mechanism or enforcement rule that checks for existing shortcuts before creating a new one. If a shortcut already exists for the given source table and target schema (or database), the system should either:

  • Block the creation of a duplicate shortcut, or
  • Prompt the user to reuse the existing shortcut.

Benefits:

  • Improves data consistency and governance.
  • Reduces storage and maintenance overhead.
  • Enhances clarity for developers and analysts working with Lakehouse shortcuts.
Status: New