Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Remove filter out serverless cluster and add support to extract index name #8910

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 1cb2511 from #8872.

… name (#8872)

* Remove filter out serverless cluster and add support to extract index name

Allow extract index name for both serverless and non-serverless clusters
Allow different key formats:
- datasource-id::TIMESERIES::<index-name>:0
- datasource-id::<index-name>:0
- <index-name> (non-serverless case)

Signed-off-by: Anan Zhuang <[email protected]>

* fix PR comment

Signed-off-by: Anan Zhuang <[email protected]>

* Changeset file for PR #8872 created/updated

---------

Signed-off-by: Anan Zhuang <[email protected]>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
(cherry picked from commit 1cb2511)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

❌ Invalid Changelog Heading

The '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax.

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 60.92%. Comparing base (390c5fc) to head (20f39bb).

Files with missing lines Patch % Lines
...ery/query_string/dataset_service/lib/index_type.ts 77.77% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              2.x    #8910   +/-   ##
=======================================
  Coverage   60.91%   60.92%           
=======================================
  Files        3801     3801           
  Lines       91039    91039           
  Branches    14358    14358           
=======================================
+ Hits        55454    55461    +7     
+ Misses      32061    32053    -8     
- Partials     3524     3525    +1     
Flag Coverage Δ
Linux_1 29.03% <11.11%> (+<0.01%) ⬆️
Linux_2 56.53% <ø> (ø)
Linux_3 37.85% <77.77%> (+0.02%) ⬆️
Linux_4 30.00% <20.00%> (-0.01%) ⬇️
Windows_1 29.05% <11.11%> (+<0.01%) ⬆️
Windows_2 56.48% <ø> (ø)
Windows_3 37.85% <77.77%> (+0.01%) ⬆️
Windows_4 30.00% <20.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut Skip the changelog verification check on backports discover for discover reinvent discover-next distinguished-contributor failed changeset
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants