Files
wehub-resource-sync bf2343b7e4
Integration Tests - MySQL + Elasticsearch / Detect Changes (push) Has been cancelled
Integration Tests - MySQL + Elasticsearch / integration-tests-mysql-elasticsearch (push) Has been cancelled
Integration Tests - PostgreSQL + Elasticsearch + Redis / Detect Changes (push) Has been cancelled
Integration Tests - PostgreSQL + Elasticsearch + Redis / integration-tests-postgres-elasticsearch-redis (push) Has been cancelled
Integration Tests - PostgreSQL + OpenSearch / Detect Changes (push) Has been cancelled
Integration Tests - PostgreSQL + OpenSearch / integration-tests-postgres-opensearch (push) Has been cancelled
Java Checkstyle / java-checkstyle (push) Has been cancelled
Maven Collate Tests / maven-collate-ci (push) Has been cancelled
OpenMetadata Service Unit Tests / openmetadata-service-unit-tests-status (push) Has been cancelled
Publish Package to Maven Central Repository / publish-maven-packages (push) Has been cancelled
OpenMetadata Service Unit Tests / Detect Changes (push) Has been cancelled
OpenMetadata Service Unit Tests / openmetadata-service-unit-tests (push) Has been cancelled
OpenMetadata Service Unit Tests / k8s_operator-unit-tests (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:35:45 +08:00

145 lines
3.5 KiB
JSON

{
"searchIndexes": [
{
"id": "e093dd27-390e-4360-8efd-e4d63ec167a9",
"name": "table_search_index",
"displayName": "TableSearchIndex",
"fullyQualifiedName": "elasticsearch_sample.table_search_index",
"description": "Table Search Index",
"version": 0.1,
"updatedAt": 1638354087591,
"serviceType": "ElasticSearch",
"fields": [
{
"name": "name",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Table Entity Name.",
"tags": []
},
{
"name": "displayName",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Table Entity DisplayName.",
"tags": []
},
{
"name": "description",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Table Entity Description.",
"tags": []
},
{
"name": "columns",
"dataType": "NESTED",
"dataTypeDisplay": "nested",
"description": "Table Columns.",
"tags": [],
"children": [
{
"name": "name",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Column Name.",
"tags": []
},
{
"name": "displayName",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Column DisplayName.",
"tags": []
},
{
"name": "description",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Column Description.",
"tags": []
}
]
},
{
"name": "databaseSchema",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Database Schema that this table belongs to.",
"tags": []
}
],
"tags": [],
"followers": []
},
{
"name": "provider_address_texas_index",
"displayName": "Provider Address Texas Index",
"fullyQualifiedName": "elasticsearch_sample.provider_address_texas_index",
"description": "Search relevancy fixture index for provider address Texas documents.",
"version": 0.1,
"updatedAt": 1638354087591,
"serviceType": "ElasticSearch",
"fields": [
{
"name": "provider_id",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Provider identifier.",
"tags": []
},
{
"name": "provider_address",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Provider address search field.",
"tags": []
},
{
"name": "texas_region",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Texas region search field.",
"tags": []
}
],
"tags": [],
"followers": []
},
{
"name": "customer_profiles_index",
"displayName": "Customer Profiles Index",
"fullyQualifiedName": "elasticsearch_sample.customer_profiles_index",
"description": "Search relevancy fixture index for customer profiles documents.",
"version": 0.1,
"updatedAt": 1638354087591,
"serviceType": "ElasticSearch",
"fields": [
{
"name": "customer_id",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Customer identifier.",
"tags": []
},
{
"name": "customer_profile_id",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Customer profile search field.",
"tags": []
},
{
"name": "profile_status",
"dataType": "TEXT",
"dataTypeDisplay": "text",
"description": "Customer profile status search field.",
"tags": []
}
],
"tags": [],
"followers": []
}
]
}