Skip to content

Commit 06a8fcb

Browse files
committed
adding list of questions to the user
1 parent 10ffeed commit 06a8fcb

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

  • skills/databricks-serverless-migration

skills/databricks-serverless-migration/SKILL.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ This skill is published as an Agent Skill (agentskills.io) and runs in any compa
3030

3131
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.
3232

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+
3344
## Understanding Migration Blockers
3445

3546
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
818829

819830
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.
820831

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-
829832
## Reference Guides
830833

831834
For detailed workarounds and code examples beyond the quick fixes above:

0 commit comments

Comments
 (0)