Commit d2703ef
committed
skills(jobs): merge experimental ai-dev-kit content into stable
Merges the comprehensive jobs reference content from
experimental/databricks-jobs/ into skills/databricks-jobs/ and removes
the experimental copy.
What's new in stable databricks-jobs (v0.2.0):
- Full task-types reference (9 types: notebook, spark_python,
python_wheel, sql, dbt, pipeline, spark_jar, run_job, for_each)
- All 6 trigger types with examples (cron, periodic, file_arrival,
table_update, continuous, manual) + combining + pause/resume
- Notifications + health rules + retries + timeouts + queues
- 7 end-to-end worked examples (ETL, warehouse refresh, event-driven,
ML training, multi-env, streaming, cross-job orchestration)
- run_if conditions, environments (serverless deps), permissions
What's retained from the prior stable skill:
- parent: databricks-core hierarchy
- Compatibility note + version metadata (bumped 0.1.0 → 0.2.0)
- Scaffolding workflow (databricks bundle init + CLAUDE.md/AGENTS.md
template + project structure)
- Unit testing + development workflow sections
- agents/openai.yaml + assets/
Cleanups during the merge:
- Replaced the trigger-spam description with a terse one
- Normalized hard-coded /Workspace/Users/user@example.com/ paths in
the imported reference files to /Workspace/Shared/
scripts/skills.py: updated SKILL_METADATA description for jobs to
reflect the broader scope. Manifest regenerated; experimental count
drops from 23 to 22.
Resolves PR #73 TODO #1a.
Co-authored-by: Isaac1 parent 104ec87 commit d2703ef
12 files changed
Lines changed: 310 additions & 454 deletions
File tree
- experimental
- databricks-jobs
- agents
- assets
- scripts
- skills/databricks-jobs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
This file was deleted.
This file was deleted.
Binary file not shown.
This file was deleted.
0 commit comments