mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-06 08:08:10 +00:00
parent
5a2c97724f
commit
f59841ef49
@ -324,7 +324,7 @@ class TableESIndex extends ElasticSearchIndex {
|
||||
String tableId = table.getId().toString();
|
||||
String tableName = table.getName();
|
||||
String description = table.getDescription() != null ? table.getDescription() : "";
|
||||
String tableType = table.getTableType() != null ? table.getTableType().toString(): "Regular";
|
||||
String tableType = table.getTableType() != null ? table.getTableType().toString() : "Regular";
|
||||
List<String> tags = new ArrayList<>();
|
||||
List<String> columnNames = new ArrayList<>();
|
||||
List<String> columnDescriptions = new ArrayList<>();
|
||||
|
2
pom.xml
2
pom.xml
@ -75,7 +75,7 @@
|
||||
<spring-security-kerberos-core.version>1.0.1.RELEASE</spring-security-kerberos-core.version>
|
||||
<httpclient.version>4.5.13</httpclient.version>
|
||||
<spring.version>5.3.13</spring.version>
|
||||
<log4j.version>2.15.0</log4j.version>
|
||||
<log4j.version>2.16.0</log4j.version>
|
||||
<org.junit.jupiter.version>5.8.1</org.junit.jupiter.version>
|
||||
<dropwizard-health.version>1.7.1</dropwizard-health.version>
|
||||
</properties>
|
||||
|
Loading…
x
Reference in New Issue
Block a user