Hi! Thanks for your great work on DQOps. Do you already support Elasticsearch as a data source? I couldn’t find it in the supported data sources list. If not, would you consider adding it? I propose the following implementation paths: - Add a native connector using Elasticsearch SQL (JDBC driver): https://www.elastic.co/docs/reference/query-languages/sql/sql-jdbc - Elastic SQL REST API reference: https://www.elastic.co/docs/reference/query-languages/sql/sql-rest - Or maybe document an official workaround via Trino/Presto + Elasticsearch connector: https://trino.io/docs/current/connector/elasticsearch.html Thanks!