Skip to content

[FEATURE] - Publish only changed Lakehouse Shortcuts #904

@bckstrm

Description

@bckstrm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds triageThis is a new issue that needs to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions