We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c95c5 commit 61ecb76Copy full SHA for 61ecb76
frontend/amundsen_application/static/js/config/config-types.ts
@@ -29,7 +29,7 @@ export interface AppConfig {
29
tableLineage: TableLineageConfig;
30
columnLineage: ColumnLineageConfig;
31
tableProfile: TableProfileConfig;
32
- ProgrammaticDescriptionAllowDangerousHtml: boolean;
+ ProgrammaticDescriptionAllowDangerousHtml: boolean /* Enable rendering of dangerous HTML inside programmatic descriptions for the Tabel detail page */;
33
tableQualityChecks: TableQualityChecksConfig;
34
}
35
0 commit comments