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

[Improve][DataProxy] Modify the data format of metadata saved in the metadata.json file #10081

Closed
2 tasks done
Tracked by #10080
gosonzhang opened this issue Apr 26, 2024 · 0 comments · Fixed by #10083
Closed
2 tasks done
Tracked by #10080

Comments

@gosonzhang
Copy link
Contributor

Description

The parent issue:#10080

Currently, after DataProxy pulls the metadata from Manager, it directly saves the response message DataProxyConfigResponse returned by Manager in the metadata.json file, and re-parses the DataProxyConfigResponse object when loading the metadata.

It is found during use that every time the metadata is loaded, DataProxy needs to perform content checks, and it is not convenient for DataProxy to save additional information in the saved metadata. For this reason, in this PR, I added a new class InLongMetaConfig to save the metadata information of DataProxy specifically.

InLong Component

InLong DataProxy

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant