File tree Expand file tree Collapse file tree
skills/databricks-serverless-migration Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2637Migration blockers fall into three categories. Focus your effort on category 2 — that's where this skill helps most.
You can’t perform that action at this time.
0 commit comments