@fabricorg/databricks-testkit 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -82,8 +82,10 @@ The check refuses to use `DBX_TEST_PIPELINE_ID`, protecting production telemetry
82
82
  Target packs bind a workload adapter, offline unit tests, live checks,
83
83
  documentation, certification scope, and Quality Center metadata into one
84
84
  versioned contract. Built-in packs cover SQL/Delta, Lakeflow ingestion,
85
- Jobs/code, Unity Catalog storage, Apps operations, and Lakeflow Jobs
86
- orchestration.
85
+ Jobs/code, Unity Catalog storage, Apps operations, Lakeflow Jobs orchestration,
86
+ advanced streaming/CDC, AI/BI and Genie, MLflow, feature engineering, Model
87
+ Serving and AI Gateway, Vector Search/RAG/agents, federation/sharing/Clean
88
+ Rooms, and security/cost/DR.
87
89
 
88
90
  ```ts
89
91
  import {
@@ -108,6 +110,13 @@ The Lakeflow Jobs adapter models notebook, wheel, JAR, Spark Python, submit,
108
110
  pipeline, SQL, dbt, nested-job, condition, and for-each tasks, including graph
109
111
  validation, cancellation, repair, and task-level terminal-state assertions.
110
112
 
113
+ Advanced packs use `DatabricksAdvancedWorkloadsAdapter`, an injectable typed
114
+ wrapper over the supported pipeline, Lakeview, Genie, MLflow, Unity Catalog,
115
+ Online/Synced Table, Model Serving, Vector Search, federation, sharing, Clean
116
+ Room, policy, and warehouse APIs. Pack-required request JSON and SQL assertions
117
+ exercise the data plane; metadata-only probes are not enough to satisfy a
118
+ certification-ready `doctor` result.
119
+
111
120
  Docs: `apps/docs/content/docs/testing/` · Plan:
112
121
  `.weave/plans/databricks-testing.md` · BDD layer: `@fabricorg/databricks-bdd`
113
122
  (Phase 2).