@fabricorg/databricks-testkit 0.7.2 → 0.9.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 +7 -0
- package/dist/index.cjs +1230 -168
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +62 -1
- package/dist/index.d.ts +62 -1
- package/dist/index.js +1201 -169
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,6 +89,10 @@ Jobs/code, Unity Catalog storage, Apps operations, Lakeflow Jobs orchestration,
|
|
|
89
89
|
advanced streaming/CDC, AI/BI and Genie, MLflow, feature engineering, Model
|
|
90
90
|
Serving and AI Gateway, Vector Search/RAG/agents, federation/sharing/Clean
|
|
91
91
|
Rooms, and security/cost/DR.
|
|
92
|
+
The next-generation set adds metric views and SQL operations, AI Functions
|
|
93
|
+
batch inference, Knowledge Assistant and multi-agent Responses, AI Runtime
|
|
94
|
+
training, Lakebase Autoscaling Online Feature Store, Declarative Automation
|
|
95
|
+
Bundles, lakehouse optimization/Iceberg, and Marketplace/OpenSharing.
|
|
92
96
|
|
|
93
97
|
```ts
|
|
94
98
|
import {
|
|
@@ -120,6 +124,9 @@ Room, policy, and warehouse APIs. Pack-required request JSON and SQL assertions
|
|
|
120
124
|
exercise the data plane; metadata-only probes are not enough to satisfy a
|
|
121
125
|
certification-ready `doctor` result.
|
|
122
126
|
|
|
127
|
+
Caller-selected required checks are additive. They cannot remove a pack's
|
|
128
|
+
mandatory identity, denial, quality, or cleanup controls.
|
|
129
|
+
|
|
123
130
|
Docs: `apps/docs/content/docs/testing/` · Plan:
|
|
124
131
|
`.weave/plans/databricks-testing.md` · BDD layer: `@fabricorg/databricks-bdd`
|
|
125
132
|
(Phase 2).
|