feat: update Elasticsearch connector handling and display name

This commit is contained in:
Anish Sarkar 2025-10-12 09:56:52 +05:30
parent 55d752e3c8
commit c3d249682f
3 changed files with 9 additions and 2 deletions

View file

@ -51,7 +51,7 @@ def get_connector_emoji(connector_name: str) -> str:
"GOOGLE_CALENDAR_CONNECTOR": "📅",
"AIRTABLE_CONNECTOR": "🗃️",
"LUMA_CONNECTOR": "",
"ELASTICSEARCH_CONNECTOR": "🔎",
"ELASTICSEARCH_CONNECTOR": "",
}
return connector_emojis.get(connector_name, "🔎")