QuesmaOrg / quesma

Programmable database gateway
https://quesma.com
Other
108 stars 6 forks source link

Don't remove Elasticsarch indices/datastreams from `_resolve` endpoint #989

Closed mieciu closed 5 days ago

mieciu commented 1 week ago

I guess this is due to some historical reasons which are no longer accurate. After this patch, you can create data stream with ES index without issues:

image

At this moment, we simply return all(*) the sources. After all, created data view may outlive Quesma and related routing configuration.

(*) all the Elasticsearch indices/datastreams/aliases matching desired pattern plus our ClickHouse tables presented as Data Streams.

Closes: https://github.com/QuesmaOrg/quesma/issues/996

mieciu commented 6 days ago

IT run https://github.com/QuesmaOrg/quesma/actions/runs/11915396325