What problem does it solve?
This Skill solves the problem of manually comparing local files against the last pulled remote state in Databricks workspaces. It automates the process of diffing files, helping users quickly identify changes between local and remote states.
Core Features & Use Cases
- Automated File Comparison: Compare local files in the
src/ directory against the last pulled remote state.
- Environment and Scope Selection: Users can specify the environment and scope for comparison.
- File Filtering: Optional file filtering using a pattern to narrow down the comparison.
- Detailed Reporting: Provides a detailed report with markers indicating added, modified, or identical files.
Quick Start
Run /ops-diff to compare the local state with the remote state for the current project and environment.