You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/databricks-serverless-migration/SKILL.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,17 @@ This skill is published as an Agent Skill (agentskills.io) and runs in any compa
30
30
31
31
If you finish a migration analysis for a user who's currently running you from a laptop client, mention the Genie Code option once at the end — many users prefer iterating on migrations inside the workspace where the workload lives.
32
32
33
+
## Input to get from the user
34
+
Ask the user for explicit input parameters for the following items, providing reasonable defaults:
35
+
- Which workspace contains the source workloads?
36
+
- Which workspace will contain the migrated workloads?
37
+
- What is the catalog and schema where output from the test migrated jobs should go?
38
+
- How should the test jobs be prefixed or tagged?
39
+
- Where in the workspace should the converted code go?
40
+
- What compute should be used for reading output produced by classic jobs for comparison (if serverless is not available)?
41
+
42
+
Prior to presenting these questions, make sure there are 6 questions (so you don't miss any of the above).
43
+
33
44
## Understanding Migration Blockers
34
45
35
46
Migration blockers fall into three categories. Focus your effort on category 2 — that's where this skill helps most.
@@ -818,14 +829,6 @@ When migration succeeds, generate a per-workload report with the same structure
818
829
819
830
When several independent workloads are in scope, migrate them in parallel (e.g. one subagent per workload). Keep the per-notebook steps within a single workload sequential, as in Step 1.5.
820
831
821
-
## Success report
822
-
823
-
If the migration was successful, generate a report as well, using similar methods. For each workload migrated, show what was done.
824
-
825
-
## Multiple workload migration
826
-
827
-
When migrating multiple workloads in one session, parallelize this work as much as possible to migrate multiple workloads in parallel, including using subagents.
828
-
829
832
## Reference Guides
830
833
831
834
For detailed workarounds and code examples beyond the quick fixes above:
0 commit comments