feat(ui): show classification in test connection (#10156)

This commit is contained in:
Harshal Sheth 2024-04-02 07:28:06 -07:00 committed by GitHub
parent 9a0a53bbe4
commit bf52807e12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ export enum SourceCapability {
TAGS = 'Extract Tags',
SCHEMA_METADATA = 'Schema Metadata',
CONTAINERS = 'Asset Containers',
CLASSIFICATION = 'Classification',
}
export interface ConnectionCapability {