OpenMetadata
OpenMetadata copied to clipboard
Clickhouse - Cannot select Column Test type for columns with data type lowcardinality<string>
Affected module Does it impact the UI, backend or Ingestion Framework? It impact the UI
Describe the bug
A clear and concise description of what the bug is.
When creating Test case, cannot add Test type for columns with data type lowcardinality<string> (Clickhouse). For columns with data type string, I was still able to add Test type.
To Reproduce
Screenshots or steps to reproduce
lowcardinality
string column:
Data type:
Expected behavior
A clear and concise description of what you expected to happen.
Since lowcardinality<string> is basically string in a dictionary, it should have the same Test types as string columns.
Version:
- OS: [e.g. iOS]
- Python version:
- OpenMetadata version: 1.7.1
- OpenMetadata Ingestion package version:
- Clickhouse version: 23.8
Additional context Add any other context about the problem here.