-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support read data from mysql when upload data #574
Open
FancyXun
wants to merge
628
commits into
FederatedAI:main
Choose a base branch
from
FancyXun:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: chengtcc <[email protected]> Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
Build doc 2.1.0
Signed-off-by: zhihuiwan <[email protected]>
update release
Signed-off-by: zhihuiwan <[email protected]>
Signed-off-by: zhihuiwan <[email protected]>
update examples
Signed-off-by: robbie228 <[email protected]>
Signed-off-by: robbie228 <[email protected]>
Signed-off-by: robbie228 <[email protected]>
Signed-off-by: robbie228 <[email protected]>
Signed-off-by: robbie228 <[email protected]>
首先很感谢你的贡献,社区对DCO有强制要求,请依照 Details 进行修复 有空看看 @zhihuiwan |
Signed-off-by: fancyxun <[email protected]>
Signed-off-by: fancyxun <[email protected]>
Done! |
补充一下:这样做的好处就是,能兼容现有的upload.json,只需要根据里面file的前缀判断是用读取mysql或者本地文件,json不需要新增内容。 @sagewe |
Signed-off-by: mgqa34 <[email protected]>
…ate-req Feature 2.2.0 update req
Signed-off-by: mgqa34 <[email protected]>
…ate-req update release note
Signed-off-by: mgqa34 <[email protected]>
…ate-req update version of fate_flow
Merge v2.2.0's Updates Into Main Branch
Signed-off-by: FancyXun <[email protected]>
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.
Follow this issue: FederatedAI/FATE#5669
Support uploading data from mysql:
Change the 'file' in upload_guest_mysql.json like bellow:
Upload data
flow data upload -c upload_guest_mysql.json
The three formats of the file variable in this JSON are as follows: