feat(sources): add Source Definition and Connector contracts - #1400
Draft
PsiACE wants to merge 11 commits into
Draft
feat(sources): add Source Definition and Connector contracts#1400PsiACE wants to merge 11 commits into
PsiACE wants to merge 11 commits into
Conversation
Co-authored-by: Nene7ko_ <1604009816@qq.com>
There was a problem hiding this comment.
license-eye has checked 1001 files.
| Valid | Invalid | Ignored | Fixed |
|---|---|---|---|
| 742 | 1 | 258 | 0 |
Click to see the invalid file list
- integrations/opendal/pyproject.toml
Use this command to fix any missing license headers
```bash
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header fix
</details>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue or RFC does this PR close?
Closes #1240.
Closes #1388.
Its author is credited as a co-author.
Relates to #1363.
Rationale for this change
External objects can change, but Artifact lineage must retain exact evidence. PowerContext needs a typed Source contract while provider access and synchronization remain in independent workers.
What changes are included in this PR?
ContentSourcebehavior.powercontext-connector-opendalas an evaluation-only reference integration. It tests the contract with UTF-8 text files but does not make files a normative Source type or complete the supported integration tracked by Tracking Issue: deliver supported Source ingestion #1363.Are there any user-facing changes?
The remote Source ingestion API and client are new. Existing
ContentSourcecallers remain compatible. The OpenDAL reference integration is opt-in and is not a product support commitment.How was this change tested?
make checkmake test(979 passed,10 skipped)make contract-test(29 passed)git diff --checkmake docs-testis currently blocked by the existing HTTP API link indocs/en/modules.md.AI usage statement
OpenAI Codex with GPT-5 was used for repository analysis, implementation, tests, and documentation. The maintainer reviewed the design and changes.