tarunpandey23 69342d4783
Feat: update generate docs schema (#19372)
* Updated generate_docs_schema

* Updated generate_docs_schema

* Updated generate_docs_schema

* applied generate_docs_schema script

* Revert the changes in this file

---------

Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2025-01-15 17:46:55 +05:30

4.7 KiB

title slug
testCase /main-concepts/metadata-standard/schemas/tests/testcase

TestCase

Test case is a test definition to capture data quality tests against tables, columns, and other data assets.

Properties

Definitions

  • testCaseParameterValue (object): This schema defines the parameter values that can be passed for a Test Case.
    • name (string): name of the parameter. Must match the parameter names in testCaseParameterDefinition.
    • value (string): value to be passed for the Parameters. These are input from Users. We capture this in string and convert during the runtime.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.