Skip to content

Conversation

@Mebsina
Copy link
Contributor

@Mebsina Mebsina commented Jul 29, 2025

Description

Add datasources module

Local Publishing Test
Example after running the local publish command:

./gradlew publishUnifiedQueryPublicationToMavenLocal

tree -d ~/.m2/repository/org/opensearch
└── query
    ├── unified-query-api
    │   └── 3.1.0.0-SNAPSHOT
    ├── unified-query-common
    │   └── 3.1.0.0-SNAPSHOT
    ├── unified-query-core
    │   └── 3.1.0.0-SNAPSHOT
    ├── unified-query-datasources <- adding datasources 
    │   └── 3.1.0.0-SNAPSHOT
    ├── unified-query-opensearch
    │   └── 3.1.0.0-SNAPSHOT
    ├── unified-query-ppl
    │   └── 3.1.0.0-SNAPSHOT
    ├── unified-query-protocol
    │   └── 3.1.0.0-SNAPSHOT
    └── unified-query-sql
        └── 3.1.0.0-SNAPSHOT

Related Issues

3763

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • New functionality has javadoc added.
  • New functionality has a user manual doc added.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@Mebsina Mebsina changed the title Publish datasources module for downstream reuse Publish datasources module for downstream reuse in unified-ppl Jul 29, 2025
@noCharger noCharger merged commit 99724d9 into opensearch-project:feature/unified-ppl Aug 1, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants