Add databricks-powerbi-migration skill#196
Add databricks-powerbi-migration skill#196jjaiwant328 wants to merge 1 commit intodatabricks-solutions:mainfrom
Conversation
|
I like the idea and think it looks great, but I'm requesting a review from @calreynolds or @dustinvannoy-db, as it's entirely new and we don't have migration skills right now. |
calreynolds
left a comment
There was a problem hiding this comment.
We will get back to you! We're debating whether we want to include anything third-party or not
My content feedback would be: I think we can trim this generally!
Also, can you adjust the file structures to be similar to how we do spark-declarative-pipelines? The more uniform, the easier for the llm to digest
|
Thank you for the feedback. Will follow up on this and let you know when I am done. Also it is more of a PowerBI to Databricks migration, but because of the naming convention it is confusing. Let me know if you want me to change it. |
Restructured with progressive disclosure pattern (matching SDP skill): - SKILL.md (164 lines) as entry point with 16-step checklist - 9 numbered guide files for detailed instructions per workflow phase - REFERENCE.md, EXAMPLES.md, approach.md for supplementary patterns - 6 Python/Bash utility scripts for parsing, comparison, and scaffolding - README.md with usage overview and script documentation Supports all PBI model formats via content-based detection, 4 migration scenarios, parallel catalog probing via subagents, and existing metric view detection before creating new ones.
ceea803 to
d8d34b9
Compare
Summary
databricks-powerbi-migrationskill for migrating Power BI semantic models to Databricks metric viewsFiles Added
databricks-skills/databricks-powerbi-migration/SKILL.md-- main skill entry point (164 lines, progressive disclosure)databricks-skills/databricks-powerbi-migration/1-input-scanning.mdthrough9-subagent-patterns.md-- 9 detailed guide filesdatabricks-skills/databricks-powerbi-migration/REFERENCE.md-- detailed patterns for 15 identified gapsdatabricks-skills/databricks-powerbi-migration/EXAMPLES.md-- input/output examplesdatabricks-skills/databricks-powerbi-migration/README.md-- usage overview and script documentationdatabricks-skills/databricks-powerbi-migration/approach.md-- high-level methodologydatabricks-skills/databricks-powerbi-migration/scripts/-- 6 utility scriptsFiles Modified
databricks-skills/install_skills.sh-- registered new skill in DATABRICKS_SKILLS, get_skill_description, get_skill_extra_files (including all numbered guides)databricks-skills/README.md-- added skill to Analytics & Dashboards sectionTest plan
install_skills.sh --local databricks-powerbi-migration/databricks-powerbi-migration