-
Notifications
You must be signed in to change notification settings - Fork 140
[FEATURE] - Publish only changed Lakehouse Shortcuts #904
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestneeds triageThis is a new issue that needs to be triaged.This is a new issue that needs to be triaged.
Description
Use Case / Problem
At the moment, the publish_all() in the ShortcutPublisher class (_lakehouse.py) republishes all shortcuts, even when a shotcut is already deployed and its definition is unchanged. In use cases when you have very many shortcuts, this causes unneccesary API calls and longer deployment times.
Proposed Solution
As the workflow already fetches deployed_shortcuts , we can easily make a comparision of the shortcut content and only republish shortcuts where we have changes. If the shortcut is already published at current state, we skip republish.
Alternatives Considered
No response
Impact Assessment
- This would help me personally
- This would help my team/organization
- This would help the broader fabric-cicd community
- This aligns with Microsoft Fabric roadmap items
Implementation Attestation
- I understand this feature should maintain backward compatibility (if applicable)
- I understand this feature should not introduce performance regressions for existing workflows
- I acknowledge that new features must follow fabric-cicd's established patterns and conventions
Implementation Notes
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds triageThis is a new issue that needs to be triaged.This is a new issue that needs to be triaged.