fix(docs): clarify available no-code render formats (#3912)

This commit is contained in:
Gabe Lyons 2022-01-21 07:42:35 -08:00 committed by GitHub
parent f420a9c6b0
commit d930143cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ namespace com.mycompany.dq
"name": "customDataQualityRules",
"autoRender": true,
"renderSpec": {
"displayType": "tabular", // or properties, markdown, syntax
"displayType": "tabular", // or properties
"key": "rules",
"displayName": "DQ Rules"
}