Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Instruction file imported from vamas/DatabricksReferenceArchitecture (.github/instructions/testing.instructions.md). Copyright stays with the author.
Testing Instructions
Use pytest.
Prefer pure unit tests where possible.
Do not require a live Databricks workspace for ordinary unit tests.
Mock Databricks-specific dependencies.
Mock dbutils, secrets, widgets, task values, and external connections.
For Spark tests, keep input data small and explicit.
Test edge cases:
missing metadata
empty entity list
failed notebook execution
partial group failure
invalid configuration
missing watermark
schema mismatch
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/vamas-databricksreferencearchitecture-testing-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.