mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-13 01:38:35 +00:00
fix(docs): hide unsupported assertion API feature docs (#13943)
This commit is contained in:
parent
661a4ae9f1
commit
1345e63977
@ -543,7 +543,7 @@ mutation runAssertionsForAsset {
|
|||||||
|
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
### Experimental: Providing Dynamic Parameters to Assertions
|
<!-- ### Experimental: Providing Dynamic Parameters to Assertions
|
||||||
|
|
||||||
You can provide **dynamic parameters** to your assertions to customize their behavior. This is particularly useful for
|
You can provide **dynamic parameters** to your assertions to customize their behavior. This is particularly useful for
|
||||||
assertions that require dynamic parameters, such as a threshold value that changes based on the time of day.
|
assertions that require dynamic parameters, such as a threshold value that changes based on the time of day.
|
||||||
@ -575,7 +575,7 @@ mutation runAssertion {
|
|||||||
```
|
```
|
||||||
|
|
||||||
At runtime, the `${parameterName}` placeholder in the SQL fragment will be replaced with the provided `parameterValue` before the query
|
At runtime, the `${parameterName}` placeholder in the SQL fragment will be replaced with the provided `parameterValue` before the query
|
||||||
is sent to the database for execution.
|
is sent to the database for execution. -->
|
||||||
|
|
||||||
## Get Assertion Details
|
## Get Assertion Details
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user