-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: optimize tidb data integration (#3839)
* feat: add read-write tidb sdk and update related usage docs * update tidb sdk usage docs * feat: add data-schema check switch and rtidb data-schema mapping * fix: optimize rtidb data-schema mapping * feat: update tidb integration documents * feat: optimize tidb document description * docs: optimize tidb document description * docs: update installation description about tispark * feat: disable schema checking for online imports * fix: initialize is_check_schema and store in options * Update tidb.md typo * feat: optimize code structure and user documentation * feat: optimize schema mapping and check * fixbug: autoSchemaMappingAndCheck * fixbug: limit the usage scope of skip_cvt parameter * fixbug: skipCvt init error * docs: update tidb sdk usage docs * docs: clarify tispark’s restrictions on the use of option parameters --------- Co-authored-by: Yuan Haitao <[email protected]>
- Loading branch information
Showing
6 changed files
with
164 additions
and
113 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.