Skip to content

Commit 41c551c

Browse files
committed
adding list of questions to the user
1 parent a7424c4 commit 41c551c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • skills/databricks-serverless-migration

skills/databricks-serverless-migration/SKILL.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Analyze existing Databricks code for serverless compute compatibility and guide
2121
- Troubleshooting serverless-specific errors after migration
2222
- Choosing between Performance-Optimized and Standard mode
2323

24+
## Input to get from the user
25+
Ask the user for explicit input parameters for the following items, providing reasonable defaults:
26+
- Which workspace contains the source workloads?
27+
- Which workspace will contain the migrated workloads?
28+
- What is the catalog and schema where output from the test migrated jobs should go?
29+
- How should the test jobs be prefixed or tagged?
30+
- Where in the workspace should the converted code go?
31+
- What compute should be used for reading output produced by classic jobs for comparison (if serverless is not available)?
32+
33+
Prior to presenting these questions, make sure there are 6 questions (so you don't miss any of the above).
34+
2435
## Understanding Migration Blockers
2536

2637
Migration blockers fall into three categories. Focus your effort on category 2 — that's where this skill helps most.

0 commit comments

Comments
 (0)